]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/doc/python.texi
libsframe: fix error code in sframe_decode
[thirdparty/binutils-gdb.git] / gdb / doc / python.texi
2025-06-19  Andrew Burgessgdb/python: introduce gdb.warning() function
2025-06-16  Andrew Burgessgdb/doc: remove stray comma from gdb.flush description
2025-06-03  Andrew Burgessgdb/python/guile: user created prefix commands get...
2025-05-13  Andrew Burgessgdb/python: new gdb.ParameterPrefix class
2025-05-13  Andrew Burgessgdb/python: allow empty gdb.Parameter.__doc__ string
2025-05-06  Andrew Burgessgdb/python/guile: check if styling is disabled in Color...
2025-04-24  Tom TromeyFix documentation for gdb.blocked_signals
2025-04-23  Andrew Burgessgdb/doc: tweaks to documentation for gdb.Color
2025-04-23  Andrew Burgessgdb/python: remove Py_TPFLAGS_BASETYPE from gdb.Color
2025-04-22  Andrew Burgessgdb/doc: use @samp{} in Python docs
2025-03-19  Andrew Burgessgdb/python: new styling argument to gdb.execute
2025-03-06  Tom de Vries[gdb/doc] Fix typos in python.texi
2025-02-04  Jan Vranygdb/python: add void_type () method to gdb.Architecture...
2025-02-04  Jan Vranygdb/python: add domain property to gdb.Symbol
2025-02-04  Jan Vranygdb/python: add subblocks property to gdb.Block
2025-01-27  Tom de Vries[gdb/doc] Use more lower-case in @sc in the documentation
2025-01-27  Tom de Vries[gdb/doc] Fix gdb.unwinder docs
2025-01-12  Andrei PikasAdd an option with a color type.
2024-12-18  Tom TromeyFix typo in Python documentation
2024-12-09  Tom TromeyOmit artificial symbols from DAP variables response
2024-11-23  Tom de Vries[gdb/contrib] Add two rules in common-misspellings.txt
2024-11-15  Tom TromeyImprovements to gdb.LazyString documentation
2024-11-10  Andrew Burgessgdb/python: implement Python find_exec_by_build_id...
2024-11-01  Tom TromeyAdd gdb.events.tui_enabled
2024-09-11  Tom TromeyFix typo in Python TUI window text
2024-08-14  Felix Willgerodtbtrace: Extend ptwrite event decoding.
2024-08-14  Felix Willgerodtpython: Add clear() to gdb.Record.
2024-08-14  Felix Willgerodtpython: Introduce gdb.RecordAuxiliary class.
2024-05-21  Tom TromeyClarify documentation for pretty_printer.child
2024-03-08  Tom TromeyExport "finish" return value to Python
2024-02-27  Tom TromeyRewrite "python" command exception handling
2024-02-15  Samuel Tardieugdb/doc: Fix several typos in GDB documentation
2024-01-28  Tom TromeyDocument new Python and Guile constants
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-12  Andrew Burgessgdb/doc: update examples in gdb.Progspace and gdb.Objfi...
2024-01-12  Andrew Burgessgdb/doc: add some notes on selecting suitable attribute...
2024-01-12  Andrew Burgessgdb/python: Add gdb.InferiorThread.__dict__ attribute
2024-01-12  Andrew Burgessgdb/python: Add gdb.Inferior.__dict__ attribute
2024-01-12  Andrew Burgessgdb/python: New InferiorThread.ptid_string attribute
2023-12-11  Tom TromeyIntroduce gdb.interrupt
2023-12-11  Tom TromeyEmit stop reason details in Python stop events
2023-12-10  Tom TromeyFix "not not" in Python documentation
2023-11-14  Tom TromeyUpdate gdb.Symbol.is_variable documentation
2023-11-14  Tom TromeyAdd gdb.Frame.static_link method
2023-11-14  Andrew Burgessgdb: implement missing debug handler hook for Python
2023-10-26  Andrew Burgessgdb/python: Add new gdb.Value.bytes attribute
2023-10-10  Jan Vranygdb/python: implement support for sending custom MI...
2023-10-02  Andrew Burgessgdb: add Python events for program space addition and...
2023-09-28  Andrew Burgessgdb/python: make the executable_changed event available...
2023-09-28  Andrew Burgessgdb/python: new Progspace.executable_filename attribute
2023-09-28  Andrew Burgessgdb/python: new Progspace.symbol_file attribute
2023-09-28  Andrew Burgessgdb/doc: extend the description for Progspace.filename
2023-09-26  Tom TromeyAdd two new pretty-printer methods
2023-09-26  Tom TromeyIntroduce gdb.ValuePrinter
2023-09-20  Matthew "strager... gdb/tui: add 'set tui mouse-events off' to restore...
2023-09-11  Tom TromeyUpdate Python signal-handling documentation
2023-09-05  Tom TromeyAdd new Python APIs to support DAP value display
2023-08-17  Andrew Burgessgdb: add inferior-specific breakpoints
2023-08-11  Tom TromeyFix Python documentation for range type fields
2023-08-04  Tom TromeyFix incorrect class name in free_objfile documentation
2023-07-23  Tom TromeyExport gdb.block_signals and create gdb.Thread
2023-07-21  Tom TromeyAdd Progspace.objfile_for_address
2023-07-21  Tom TromeyDocument array indexing for Python gdb.Value
2023-07-21  Tom TromeyRemove redundant @findex from python.texi
2023-06-28  Tom TromeyRemove Python 2 from gdb documentation
2023-06-19  Simon Farregdb/Python: Added ThreadExitedEvent
2023-06-12  Tom TromeyAdd gdb.Value.assign method
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-24  Tom TromeyAdd attributes and methods to gdb.Inferior
2023-05-23  Tom TromeyAdd global_context parameter to gdb.parse_and_eval
2023-05-23  Tom TromeyImplement gdb.execute_mi
2023-05-19  Tom TromeyUpdate documentation for Python Frame.older and Frame...
2023-05-18  Tom TromeyUse lower-case in @sc in the documentation
2023-05-16  Andrew Burgessgdb/python: extend the Python Disassembler API to allow...
2023-05-16  Andrew Burgessgdb/python: rework how the disassembler API reads the...
2023-05-12  Andrew Burgessgdb/doc: improve Python Disassembler API documentation
2023-04-28  Tom TromeyRemove @var from @defun in Python documentation
2023-04-06  Andrew Burgessgdb/python: have PendingFrame methods accept keyword...
2023-04-06  Andrew Burgessgdb/python: have UnwindInfo.add_saved_register accept...
2023-03-30  Andrew Burgessgdb/python: Add new gdb.unwinder.FrameId class
2023-03-30  Andrew Burgessgdb/python: Allow gdb.UnwindInfo to be created with...
2023-03-30  Andrew Burgessgdb/python: add some additional methods to gdb.PendingFrame
2023-03-30  Andrew Burgessgdb/python: make the gdb.unwinder.Unwinder class more...
2023-03-23  Tom TromeyFix minor grammar issue in python.texi
2023-03-16  Andrew Burgessgdb/doc: spring clean the Python unwinders documentation
2023-01-19  Andrew BurgessGDB: Add a character string limiting option
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-10  Simon Marchigdb/doc: some whitespace fixes
2023-01-09  Simon Marchigdb/doc: fix @code{GDBN} -> @value{GDBN}
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-31  Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-10-24  Andrew Burgessgdb/doc: reword description of DisassembleInfo.read_memory
2022-10-21  Pedro AlvesImprove Python Unwinders documentation
2022-09-22  Andrew Burgessgdb/python: restrict the names accepted by gdb.register...
2022-08-30  Tom TromeyFix gdb.flush documentation
2022-07-28  Simon Farregdb/python: Add BreakpointLocation type
2022-07-25  Kevin Buettnerset/show python dont-write-bytecode fixes
2022-07-18  Tom TromeyAdd gdb.free_objfile event registry
2022-07-15  Tom TromeyAdd 'summary' mode to Value.format_string
2022-07-15  Tom TromeyExpose current 'print' settings to Python
next