Fix minor grammar issue in python.texi
[binutils-gdb.git] / gdb / doc / python.texi
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
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 ()
next