summaryrefslogtreecommitdiff
path: root/gdb/python/py-arch.c
Commit message (Expand)AuthorAgeFilesLines
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-031-0/+7
* 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-08-301-4/+23
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-3/+2
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-4/+4
* * python/py-arch.c (archpy_disassemble): Update.Tom Tromey2013-05-201-1/+2
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-1/+3
* * python/py-arch.c (archpy_disassemble): Use PyInt_Check andTom Tromey2013-02-281-3/+3
* Add a new method 'disassemble' to gdb.Architecture class.Siva Chandra Reddy2013-02-211-0/+145
* Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy2013-01-231-0/+149