Update gdb.Symbol.is_variable documentation
[binutils-gdb.git] / gdb / doc / python.texi
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
2022-07-05 Tom TromeyAdd gdb.Objfile.is_file attribute
2022-06-18 Enze Ligdb/python: Export nibbles to python layer
2022-06-15 Tom TromeyAdd to documentation of Python 'dont_repeat' method
2022-06-15 Andrew Burgessgdb/python: implement the print_insn extension language...
2022-06-09 Tom TromeyMinor fix to Python breakpoint event documentation
2022-06-01 Tom TromeyAdd gdb.current_language and gdb.Frame.language
2022-05-30 Pedro Alvesgdb/manual: Introduce location specs
2022-04-14 Tom TromeyReorganize Python events documentation
2022-03-23 Simon Marchigdb/python: remove Python 2 support
2022-03-22 Andrew Burgessgdb/python: add gdb.format_address function
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
2022-03-07 Andrew Burgessgdb/python: add Type.is_signed property
2022-03-07 Andrew Burgessgdb/python: add Type.is_scalar property
2022-02-28 Andrew Burgessgdb/python: Add gdb.InferiorThread.details attribute
2022-02-07 Andrew Burgessgdb/python: allow Value.format_string to return styled...
2022-01-26 Andrew Burgessgdb/python: improve the auto help text for gdb.Parameter
2022-01-26 Andrew Burgessgdb/python: add gdb.history_count function
2022-01-26 Tom TromeyAdd a way to temporarily set a gdb parameter from Python
2022-01-24 Andrew Burgessgdb/doc: improve description for Window.click on Python...
2022-01-21 Andrew Burgessgdb/doc: fill in two missing @r
2022-01-12 Andrew Burgessgdb/python: add gdb.host_charset function
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-08 Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-10-29 Tom TromeyAdd gdb.Architecture.integer_type Python function
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-05 Andrew Burgessgdb/python: add a new gdb_exiting event
2021-10-05 Andrew Burgessgdb/python: update events test to handle missing exit_code
2021-09-07 Andrew Burgessgdb/python: new function to add values into GDB's history
2021-06-25 Andrew Burgessgdb/python: allow for catchpoint type breakpoints in...
2021-06-21 Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-06-08 Lancelot SIXUse is/is not to check for None in python code.
2021-06-04 Hannes DomaniForward mouse click to python TUI window
2021-05-29 Hannes DomaniFix InlinedFrameDecorator example
2021-05-27 Hannes DomaniAdd optional full_window argument to TuiWindow.write
2021-05-27 Hannes DomaniDocument gdb.SYMBOL_LOC_LABEL
2021-05-25 Hannes DomaniFix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK
2021-05-14 Tankut Baris Aktemurgdb/python: add a 'connection_num' attribute to Inferio...
2021-05-10 Andrew Burgessgdb/doc: reword a sentence
2021-05-09 Andrew Burgessgdb/doc: document 'set debug py-unwind'
2021-05-09 Andrew Burgessgdb/py: add some debugging to py-breakpoint.c
next