Files
Tom Tromey 59e9e83119 Use gdbpy_ref in archpy_disassemble
This changes archpy_disassemble to use gdbpy_ref.  It also fixes a
latent bug where archpy_disassemble was decref'ing the results of a
all to PyArg_ParseTupleAndKeywords.  This is incorrect because
PyArg_ParseTupleAndKeywords returns borrowed references.

2017-01-10  Tom Tromey  <tom@tromey.com>

	* python/py-arch.c (archpy_disassemble): Use gdbpy_ref.  Don't
	decref results of PyArg_ParseTupleAndKeywords.
2017-01-10 19:13:59 -07:00
..
2017-01-10 19:13:59 -07:00
2017-01-10 19:13:52 -07:00
2017-01-10 19:13:29 -07:00
2017-01-10 19:13:29 -07:00
2017-01-10 19:13:53 -07:00
2017-01-10 19:13:41 -07:00
2017-01-10 19:13:34 -07:00
2017-01-10 19:13:42 -07:00
2017-01-10 19:13:53 -07:00
2017-01-10 19:13:29 -07:00
2017-01-10 19:13:44 -07:00
2017-01-10 19:13:45 -07:00
2017-01-10 19:13:37 -07:00
2017-01-10 19:13:50 -07:00
2017-01-10 19:13:57 -07:00