aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-arch.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess1-1/+1
2023-07-04gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella1-1/+16
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-04Use registry in gdbarchTom Tromey1-13/+11
2022-07-08Accept gdb.Value in more Python APIsTom Tromey1-23/+10
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-6/+5
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-6/+0
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess1-2/+11
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-30gdb/python: don't use the 'p' format for parsing argsAndrew Burgess1-3/+8
2021-10-29Add gdb.Architecture.integer_type Python functionTom Tromey1-0/+54
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess1-0/+23
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-1/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-28/+28
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey1-8/+17
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess1-0/+18
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+27
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-02Style improvements in gdb/pythonTom Tromey1-4/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-3/+4
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-2/+2
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-23/+7
2017-01-10Use gdbpy_ref in archpy_disassembleTom Tromey1-20/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
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