summaryrefslogtreecommitdiff
path: root/gdb/python/py-arch.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use registry in gdbarchTom Tromey2022-08-041-13/+11
* Accept gdb.Value in more Python APIsTom Tromey2022-07-081-23/+10
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-6/+5
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-6/+0
* gdb/python: add gdb.format_address functionAndrew Burgess2022-03-221-2/+11
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: don't use the 'p' format for parsing argsAndrew Burgess2021-11-301-3/+8
* Add gdb.Architecture.integer_type Python functionTom Tromey2021-10-291-0/+54
* gdb/python: new gdb.architecture_names functionAndrew Burgess2021-10-221-0/+23
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-1/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-28/+28
* Don't use gdb_py_long_from_ulongestTom Tromey2020-09-151-8/+17
* gdb/python: New method to access list of register groupsAndrew Burgess2020-07-061-0/+18
* gdb/python: Add gdb.Architecture.registers methodAndrew Burgess2020-07-061-0/+27
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* 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