aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/contrib] Add two rules in common-misspellings.txtTom de Vries2024-11-231-1/+1
* Improvements to gdb.LazyString documentationTom Tromey2024-11-151-5/+8
* gdb/python: implement Python find_exec_by_build_id hookAndrew Burgess2024-11-101-4/+190
* Add gdb.events.tui_enabledTom Tromey2024-11-011-0/+10
* Fix typo in Python TUI window textTom Tromey2024-09-111-1/+1
* btrace: Extend ptwrite event decoding.Felix Willgerodt2024-08-141-0/+151
* python: Add clear() to gdb.Record.Felix Willgerodt2024-08-141-0/+5
* python: Introduce gdb.RecordAuxiliary class.Felix Willgerodt2024-08-141-0/+13
* Clarify documentation for pretty_printer.childTom Tromey2024-05-211-2/+3
* Export "finish" return value to PythonTom Tromey2024-03-081-0/+6
* Rewrite "python" command exception handlingTom Tromey2024-02-271-3/+3
* gdb/doc: Fix several typos in GDB documentationSamuel Tardieu2024-02-151-2/+2
* Document new Python and Guile constantsTom Tromey2024-01-281-3/+36
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb/doc: update examples in gdb.Progspace and gdb.Objfile docsAndrew Burgess2024-01-121-7/+17
* gdb/doc: add some notes on selecting suitable attribute namesAndrew Burgess2024-01-121-0/+16
* gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess2024-01-121-0/+35
* gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess2024-01-121-0/+36
* gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess2024-01-121-0/+7
* Introduce gdb.interruptTom Tromey2023-12-111-0/+11
* Emit stop reason details in Python stop eventsTom Tromey2023-12-111-0/+11
* Fix "not not" in Python documentationTom Tromey2023-12-101-1/+1
* Update gdb.Symbol.is_variable documentationTom Tromey2023-11-141-1/+3
* Add gdb.Frame.static_link methodTom Tromey2023-11-141-0/+10
* gdb: implement missing debug handler hook for PythonAndrew Burgess2023-11-141-0/+140
* gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess2023-10-261-0/+16
* gdb/python: implement support for sending custom MI async notificationsJan Vrany2023-10-101-0/+45
* gdb: add Python events for program space addition and removalAndrew Burgess2023-10-021-0/+29
* gdb/python: make the executable_changed event available from PythonAndrew Burgess2023-09-281-0/+33
* gdb/python: new Progspace.executable_filename attributeAndrew Burgess2023-09-281-0/+15
* gdb/python: new Progspace.symbol_file attributeAndrew Burgess2023-09-281-0/+17
* gdb/doc: extend the description for Progspace.filenameAndrew Burgess2023-09-281-1/+6
* Add two new pretty-printer methodsTom Tromey2023-09-261-0/+16
* Introduce gdb.ValuePrinterTom Tromey2023-09-261-16/+36
* gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar2023-09-201-0/+5
* Update Python signal-handling documentationTom Tromey2023-09-111-2/+4
* Add new Python APIs to support DAP value displayTom Tromey2023-09-051-0/+24
* gdb: add inferior-specific breakpointsAndrew Burgess2023-08-171-4/+22
* Fix Python documentation for range type fieldsTom Tromey2023-08-111-3/+0
* Fix incorrect class name in free_objfile documentationTom Tromey2023-08-041-1/+1
* Export gdb.block_signals and create gdb.ThreadTom Tromey2023-07-231-38/+66
* Add Progspace.objfile_for_addressTom Tromey2023-07-211-0/+5
* Document array indexing for Python gdb.ValueTom Tromey2023-07-211-0/+7
* Remove redundant @findex from python.texiTom Tromey2023-07-211-52/+0
* Remove Python 2 from gdb documentationTom Tromey2023-06-281-15/+8
* gdb/Python: Added ThreadExitedEventSimon Farre2023-06-191-0/+10
* Add gdb.Value.assign methodTom Tromey2023-06-121-0/+6
* [gdb] Fix typosTom de Vries2023-06-031-3/+3
* Add attributes and methods to gdb.InferiorTom Tromey2023-05-241-0/+44
* Add global_context parameter to gdb.parse_and_evalTom Tromey2023-05-231-1/+6