summaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-71/+114
* gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess2023-02-281-0/+1
* Fix value chain use-after-freeTom Tromey2023-02-271-1/+0
* gdb/python: deallocate tui window factories at Python shut downAndrew Burgess2023-02-131-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/python: break more dependencies between gdbpy_initialize_* functionsAndrew Burgess2022-10-201-0/+12
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-3/+3
* Fix crash in gdbpy_parse_register_idTom Tromey2022-08-211-1/+2
* gdb/python: Add BreakpointLocation typeSimon Farre2022-07-281-0/+2
* Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramNameKevin Buettner2022-07-201-0/+5
* Expose current 'print' settings to PythonTom Tromey2022-07-151-3/+10
* Make 'import gdb.events' workTom Tromey2022-07-051-2/+2
* gdb/python: implement the print_insn extension language hookAndrew Burgess2022-06-151-0/+23
* gdb/python: convert gdbpy_err_fetch to use gdbpy_refAndrew Burgess2022-06-151-13/+10
* gdb/python: improve formatting of help text for user defined commandsAndrew Burgess2022-05-281-0/+21
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-22/+0
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-10/+0
* gdb/python: add gdb.format_address functionAndrew Burgess2022-03-221-0/+16
* gdb/python: remove gdb._mi_commands dictSimon Marchi2022-03-181-0/+1
* gdb/python/mi: create MI commands using pythonAndrew Burgess2022-03-141-0/+13
* gdb/python: add gdb.history_count functionAndrew Burgess2022-01-261-0/+1
* Change how Python architecture and language are handledTom Tromey2022-01-261-4/+23
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess2021-11-301-0/+6
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdb/python: move gdb.Membuf support into a new fileAndrew Burgess2021-10-221-0/+5
* gdb/python: new gdb.architecture_names functionAndrew Burgess2021-10-221-0/+1
* gdb: Introduce setting construct within cmd_list_elementLancelot SIX2021-10-031-1/+1
* gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess2021-09-091-1/+0
* gdb/python: new function to add values into GDB's historyAndrew Burgess2021-09-071-0/+1
* gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi2021-05-121-3/+3
* gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi2021-01-131-1/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Change varobj_dynamic::child_iter to unique_ptrTom Tromey2020-12-111-2/+2
* Remove redundant typedefsTom Tromey2020-12-041-4/+4
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-10/+10
* Don't use PyInt_FromLongTom Tromey2020-09-151-1/+0
* Don't use gdb_py_long_from_ulongestTom Tromey2020-09-151-2/+0
* Don't use gdb_py_long_from_longestTom Tromey2020-09-151-2/+0
* Don't use PyInt_FromSsize_tTom Tromey2020-09-151-1/+0
* gdb/python: make more use of RegisterDescriptorsAndrew Burgess2020-07-281-0/+19
* gdb/python: New method to access list of register groupsAndrew Burgess2020-07-061-0/+1
* gdb/python: Add gdb.Architecture.registers methodAndrew Burgess2020-07-061-0/+5
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-3/+2
* Allow TUI windows in PythonTom Tromey2020-02-221-0/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-101-0/+2
* [PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger2019-07-301-0/+2
* Reduce manual reference counting in py-inferior.cTom Tromey2019-07-101-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-1/+1