aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-arch.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves1-5/+5
2016-09-20Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey1-0/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-032013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+7
2013-08-302013-08-30 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+23
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-4/+4
2013-05-20 * python/py-arch.c (archpy_disassemble): Update.Tom Tromey1-1/+2
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-1/+3
2013-02-28 * python/py-arch.c (archpy_disassemble): Use PyInt_Check andTom Tromey1-3/+3
2013-02-21 Add a new method 'disassemble' to gdb.Architecture class.Siva Chandra Reddy1-0/+145
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy1-0/+149