aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-progspace.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-07gdb: make progspace::exec_filename private, add getter / setterSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess1-15/+1
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess1-0/+51
2023-10-10gdb: remove target_gdbarchSimon Marchi1-2/+3
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess1-0/+63
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess1-0/+54
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess1-0/+21
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+23
2023-09-28gdb/doc: extend the description for Progspace.filenameAndrew Burgess1-1/+1
2023-07-21Add Progspace.objfile_for_addressTom Tromey1-0/+27
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-33/+26
2022-07-08Accept gdb.Value in more Python APIsTom Tromey1-8/+16
2022-06-07Constify solib_name_from_addressTom Tromey1-2/+1
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess1-0/+17
2022-02-06gdb: remove COMPUNIT_OBJFILE macroSimon Marchi1-3/+3
2022-01-26Change how Python architecture and language are handledTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-2/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess1-5/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-3/+1
2019-01-03Remove more uses of explicit reference counting in PythonTom Tromey1-12/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-2/+3
2018-10-05[gdb/python] Fix cpychecker error in pspy_solib_nameTom de Vries1-1/+1
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey1-2/+3
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-14/+15
2018-09-16Add more methods to gdb.ProgspaceTom Tromey1-1/+148
2018-09-13python: Add Progspace.objfiles methodSimon Marchi1-3/+29
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey1-23/+16
2017-01-10Use gdbpy_enter in py-progspace.cTom Tromey1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-23Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey1-1/+4
2016-03-29python/py-utils.c (host_string_to_python_string): New function.Doug Evans1-3/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+53
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2