aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Clarify documentation for pretty_printer.childTom Tromey1-2/+3
2024-03-08Export "finish" return value to PythonTom Tromey1-0/+6
2024-02-27Rewrite "python" command exception handlingTom Tromey1-3/+3
2024-02-15gdb/doc: Fix several typos in GDB documentationSamuel Tardieu1-2/+2
2024-01-28Document new Python and Guile constantsTom Tromey1-3/+36
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-12gdb/doc: update examples in gdb.Progspace and gdb.Objfile docsAndrew Burgess1-7/+17
2024-01-12gdb/doc: add some notes on selecting suitable attribute namesAndrew Burgess1-0/+16
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-0/+35
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess1-0/+36
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+7
2023-12-11Introduce gdb.interruptTom Tromey1-0/+11
2023-12-11Emit stop reason details in Python stop eventsTom Tromey1-0/+11
2023-12-10Fix "not not" in Python documentationTom Tromey1-1/+1
2023-11-14Update gdb.Symbol.is_variable documentationTom Tromey1-1/+3
2023-11-14Add gdb.Frame.static_link methodTom Tromey1-0/+10
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess1-0/+140
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-0/+16
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+45
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess1-0/+29
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess1-0/+33
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess1-0/+15
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+17
2023-09-28gdb/doc: extend the description for Progspace.filenameAndrew Burgess1-1/+6
2023-09-26Add two new pretty-printer methodsTom Tromey1-0/+16
2023-09-26Introduce gdb.ValuePrinterTom Tromey1-16/+36
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar1-0/+5
2023-09-11Update Python signal-handling documentationTom Tromey1-2/+4
2023-09-05Add new Python APIs to support DAP value displayTom Tromey1-0/+24
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-4/+22
2023-08-11Fix Python documentation for range type fieldsTom Tromey1-3/+0
2023-08-04Fix incorrect class name in free_objfile documentationTom Tromey1-1/+1
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey1-38/+66
2023-07-21Add Progspace.objfile_for_addressTom Tromey1-0/+5
2023-07-21Document array indexing for Python gdb.ValueTom Tromey1-0/+7
2023-07-21Remove redundant @findex from python.texiTom Tromey1-52/+0
2023-06-28Remove Python 2 from gdb documentationTom Tromey1-15/+8
2023-06-19gdb/Python: Added ThreadExitedEventSimon Farre1-0/+10
2023-06-12Add gdb.Value.assign methodTom Tromey1-0/+6
2023-06-03[gdb] Fix typosTom de Vries1-3/+3
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey1-0/+44
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey1-1/+6
2023-05-23Implement gdb.execute_miTom Tromey1-0/+30
2023-05-19Update documentation for Python Frame.older and Frame.newerTom Tromey1-2/+4
2023-05-18Use lower-case in @sc in the documentationTom Tromey1-17/+17
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess1-4/+307
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess1-0/+2
2023-05-12gdb/doc: improve Python Disassembler API documentationAndrew Burgess1-5/+12
2023-04-28Remove @var from @defun in Python documentationTom Tromey1-25/+25
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess1-4/+4