aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTIONTom de Vries2024-09-241-7/+7
* Automatically add types to Python modulesTom Tromey2024-09-231-3/+2
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Rename SEARCH_ALLTom Tromey2024-02-011-1/+1
* gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.defLancelot SIX2024-01-291-2/+2
* Remove some obsolete Python constantsTom Tromey2024-01-281-14/+0
* Use domain_search_flags in lookup_symbol et alTom Tromey2024-01-281-8/+14
* Replace search_domain with domain_search_flagsTom Tromey2024-01-281-1/+1
* Use a .def file for domain_enumTom Tromey2024-01-281-13/+8
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess2024-01-121-1/+1
* Remove explanatory comments from includesTom Tromey2023-09-201-1/+1
* [gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbolsTom de Vries2023-09-061-2/+5
* gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella2023-07-041-1/+14
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+3
* Python QUIT processing updatesKevin Buettner2023-02-271-0/+5
* Fix value chain use-after-freeTom Tromey2023-02-271-3/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-3/+3
* Rewrite registry.hTom Tromey2022-07-281-40/+23
* Use PyBool_FromLongTom Tromey2022-06-231-2/+1
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-2/+1
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-3/+3
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-2/+2
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-3/+3
* gdb: remove SYMBOL_LINE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi2022-02-061-3/+3
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-5/+5
* gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani2021-06-031-0/+2
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-5/+10
* Add search_flags to expand_symtabs_matchingTom Tromey2021-04-171-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-5/+5
* Don't use PyInt_FromLongTom Tromey2020-09-151-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-181-0/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-101-0/+61
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-101-2/+25
* [PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger2019-07-301-0/+40
* Rename gdb exception typesTom Tromey2019-04-081-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-081-15/+10
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update symbol domain and location values for PythonTom Tromey2018-10-061-6/+18
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1