Add `set print repeats' tests for C/C++ arrays
[binutils-gdb.git] / gdb / doc / python.texi
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
2021-05-05 Simon Marchigdb: update Type.fields doc based on actual GDB behavior
2021-04-28 Andrew Burgessgdb: startup commands to control Python extension language
2021-03-18 Andrew Burgessgdb/doc: fix the example for get_set_string in Python...
2021-02-08 Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-01-25 Marco Barisionegdb/docs: add parentheses in Python examples using...
2021-01-21 Hannes DomaniAdd Python support for hardware breakpoints
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-29 Hannes DomaniFix wrong method name
2020-12-18 Hannes DomaniRemove erroneous 'a' in gdb.register_window_type docume...
2020-12-18 Hannes DomaniAdd address keyword to Value.format_string
2020-11-29 Hannes DomaniFix Value.format_string docu for static members argument
2020-07-28 Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-28 Andrew Burgessgdb: Add a find method for RegisterDescriptorIterator
2020-07-06 Andrew Burgessgdb/python: New method to access list of register groups
2020-07-06 Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-07-06 Andrew Burgessgdb/python: Add architecture method to gdb.PendingFrame
2020-04-28 Tom TromeyAllow Python commands to be in class_tui
2020-04-27 Tom TromeyExpand dynamic type documentation
2020-04-24 Tom TromeyAdd Python support for dynamic types
2020-04-15 Artur ShepilkoFix makeinfo warnings in gdb.texinfo and python.texi...
2020-03-04 Tom de Vries[gdb/doc] Remove trailing done from "Reading symbols...
2020-02-22 Tom TromeyAllow TUI windows in Python
2020-01-10 Pedro AlvesMulti-target: NEWS and user manual
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-14 Andrew Burgessgdb/doc: Remove duplicate description of lookup_global_...
2019-12-10 Tom TromeyMinor fix to gdb.prompt documentation
2019-11-14 Tom de Vries[gdb/doc] Fix typos
2019-11-10 Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-11-10 Andrew Burgessgdb/python: smarter symbol lookup for gdb.lookup_static...
2019-10-23 Christian BiesingerAdd a note for how to get the list of threads
2019-10-07 Tom de Vries[gdb/doc] Fix some typos
2019-08-05 Christian BiesingerAdd block['var'] accessor
2019-07-30 Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-30 Christian BiesingerAdd Objfile.lookup_{global,static}_symbol functions
2019-07-21 Kevin BuettnerMake documentation of "python" command match actual...
2019-06-04 Christian Biesinge... Add an objfile getter to gdb.Type
2019-05-10 Tom TromeyDocument lazy computation for pretty-printer "children...
2019-04-29 Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-04-09 Kevin BuettnerRename python function thread_from_thread_handle to...
2019-04-09 Kevin BuettnerDocumentation for python method InferiorThread.handle
2019-04-01 Marco BarisioneAdd gdb.Value.format_string ()
2019-03-26 Andrew Burgessgdb: Make python display_hint None handling defined...
2019-03-20 Tom TromeyUse @defvar to document gdb.pretty_printers
2019-03-05 Simon MarchiSmall fix to gdb.Value constructor doc
2019-02-26 Kevin BuettnerDocument two argument form of gdb.Value constructor
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-09 Tom TromeyMake @pxref for Inferior.architecture point to gdb...
2018-10-08 Andreas KrebbelPython doc build fixes
2018-10-07 Tom TromeyAdd Inferior.architecture method
2018-10-07 Tom TromeyUpdate symbol domain and location values for Python
2018-09-24 Tom TromeyAllow setting a parameter to raise gdb.GdbError
2018-09-16 Tom TromeyAdd more methods to gdb.Progspace
2018-09-13 Simon Marchipython: Fix erroneous doc about gdb.objfiles()
2018-09-13 Simon Marchipython: Add Progspace.objfiles method
2018-09-13 Simon Marchipython: Add Inferior.progspace property
2018-09-13 Simon Marchipython: Provide textual representation for Inferior...
2018-09-10 Tom TromeyRemove periods from Python section titles
2018-09-10 Tom TromeySwap two sentences in the Pretty Printing API node
2018-09-10 Tom TromeyMention virtual tables in Python dynamic_type documentation
2018-09-10 Tom TromeySmall typo fix in Basic Python node
2018-09-10 Tom TromeyMention Python versions in the documentation
2018-09-10 Tom TromeyUpdate Python unwinder documentation
2018-09-10 Tom TromeyFix gdb.events.inferior_call documentation
2018-09-10 Tom TromeyUpdate Python frame filter documentation
2018-09-10 Tom TromeyReword gdb.GdbError text
2018-09-10 Tom TromeyAvoid warnings from makeinfo
2018-09-10 Tom TromeyDocument that Frame.block can throw
2018-09-10 Tom TromeyUpdate Python Block.end documentation
2018-05-31 Tom TromeyFix "set" handling of Python parameters
2018-05-31 Tom TromeyAdd basic Python API for convenience variables
2018-05-04 Tom TromeyAllow breakpoint commands to be set from Python
2018-05-02 Tom TromeyHandle var_zuinteger and var_zuinteger_unlimited from...
2018-04-30 Tom TromeyExpose type alignment on gdb.Type
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Simon Marchipython: Add qualified parameter to gdb.Breakpoint
2017-12-13 Simon Marchipython doc: Rework Breakpoint.__init__ doc
2017-12-07 Phil MuldoonImplement explicit locations for Python breakpoints.
2017-11-16 Phil MuldoonAdd Python rbreak command.
next