summaryrefslogtreecommitdiff
path: root/gdb/python/py-arch.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Style improvements in gdb/pythonTom Tromey2019-01-021-4/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-051-3/+4
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-2/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-23/+7
* Use gdbpy_ref in archpy_disassembleTom Tromey2017-01-101-20/+9
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 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