summaryrefslogtreecommitdiff
path: root/gdb/python/py-arch.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_deleteusers/palves/cxx-eliminate-cleanupsPedro Alves2016-11-171-16/+5
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-081-5/+5
* Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey2016-09-201-0/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* 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