Add `set print array-indexes' tests for C/C++ arrays
[binutils-gdb.git] / gdb / doc /
2022-01-12 Andrew Burgessgdb/python: add gdb.host_charset function
2022-01-12 Andrew Burgessgdb: add 'maint set/show gnu-source-highlight enabled...
2022-01-12 Andrew Burgessgdb: new 'maint flush source-cache' command
2022-01-12 Andrew Burgessgdb: rename lin-lwp to linux-nat in set/show debug
2022-01-07 Andrew Burgessgdb/doc: shorten some source lines, and prevent some...
2022-01-07 Andrew Burgessgdb/doc: Remove (...) around guile procedure names...
2022-01-01 Joel BrobeckerManual copyright year update of various GDB files
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Lancelot SIXgdb: Copy inferior properties in clone-inferior
2021-12-22 Andrew Burgessgdb/doc: add some index entries relating to mi-async...
2021-12-22 Andrew Burgessgdb: add threads debugging switch
2021-12-18 Enze Ligdb: add "exit" command as an alias for "quit"
2021-12-08 Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-12-02 Tom TromeyImplement 'task apply'
2021-12-02 Tom TromeyAdd "task" keyword to the "watch" command
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb: make packet_command function available outside...
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-25 Tom de Vries[gdb/cli] Add "set logging enabled", deprecate "set...
2021-11-18 Tom de Vries[gdb/doc] Fix negative repeat count examining memory...
2021-11-16 Simon Marchigdb: rework "set debuginfod" commands
2021-11-04 Simon Marchigdb: introduce "set index-cache enabled", deprecate...
2021-11-01 Bruno Larsen[gdb/doc]: Updated manpages to be consistent with help
2021-10-30 Aaron Mereygdb.texinfo: Expand documentation for debuginfod
2021-10-29 Tom TromeyAdd gdb.Architecture.integer_type Python function
2021-10-29 Enze LiDocument "memory-tag-violations".
2021-10-28 Simon Marchigdb: add "maint set/show selftest verbose" commands...
2021-10-26 Tom de Vries[gdb/doc] Fix print inferior-events default
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-11 Srinath Parvathaneni[ARM] Add support for M-profile MVE extension
2021-10-06 Andrew Burgessgdb/doc: improve 'show print elements' description
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-29 Andrew Burgessgdb/doc: use 'standard error stream' instead of 'stderr...
2021-09-28 Andrew Burgessgdb: print backtrace for internal error/warning
2021-09-27 Andrew Burgessgdb: add setting to disable reading source code files
2021-09-22 Tom de Vries[gdb] Add maint selftest -verbose option
2021-09-21 Felix Willgerodtgdb, doc: Add ieee_half and bfloat16 to list of predefi...
2021-09-19 Mike Frysingergdb: manual: update @inforef to @xref
2021-09-16 Mike Frysingergdb: manual: fix werrors typo
2021-09-15 Tom de Vries[gdb/doc] Fix typo in maint selftest entry
2021-09-07 Andrew Burgessgdb/python: new function to add values into GDB's history
2021-08-12 Tom TromeyUpdate documentation to mention Pygments
2021-08-11 Andrew Burgessgdb: print backtrace on fatal SIGSEGV
2021-07-29 George BarrettGuile: temporary breakpoints
2021-07-26 Andrew Burgessgdb: move remaining ChangeLogs to legacy files
2021-07-26 Tankut Baris Aktemurgdb/mi: handle no condition argument case for -break...
2021-07-15 Simon Marchigdb: call post_create_inferior at end of follow_fork_in...
2021-07-02 Pedro AlvesDocument TUI improvements in the manual & NEWS
2021-06-25 Andrew Burgessgdb: change info sources to group results by objfile
2021-06-25 Andrew Burgessgdb/mi: add new --group-by-objfile flag for -file-list...
2021-06-25 Andrew Burgessgdb/mi: add regexp filtering to -file-list-exec-source...
2021-06-25 Andrew Burgessgdb/python: allow for catchpoint type breakpoints in...
2021-06-25 Andrew Burgessgdb/guile: allow for catchpoint type breakpoints in...
2021-06-21 Andrew Burgessgdb/riscv: add support for vector registers in target...
2021-06-21 Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-06-16 Felix Willgerodtgdb, doc: Fix missed ChangeLog entry.
2021-06-16 Felix Willgerodtbtrace, doc: Clarify record function-call-history docum...
2021-06-08 Lancelot SIXUse is/is not to check for None in python code.
2021-06-05 Shahab Vahediarc: Add 'set disassembler-options' support
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-24 Andrew Burgessgdb/doc: add '@:' after 'e.g.' to help texinfo
2021-05-14 Tankut Baris Aktemurgdb/python: add a 'connection_num' attribute to Inferio...
2021-05-12 Tom de VriesRevert "[gdb/symtab] Fix infinite recursion in dwarf2_c...
2021-05-12 George BarrettGuile: add value-const-value
2021-05-12 George BarrettGuile: add value-{rvalue-,}reference-value
2021-05-12 George BarrettGuile: improved rvalue reference support
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-07 Tom de Vries[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_b...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force' flag to the '-break-condition...
2021-05-06 Tankut Baris Aktemurgdb/mi: add a '--force-condition' flag to the '-break...
2021-05-05 Simon Marchigdb: update Type.fields doc based on actual GDB behavior
2021-04-28 Andrew Burgessgdb/doc: use @env to reference environment variables
2021-04-28 Andrew Burgessgdb: startup commands to control Python extension language
2021-04-25 Lancelot SIX[PR gdb/22640] ptype: add option to use hexadecimal...
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: display "N" on MI for disabled-by-condi...
2021-04-15 Tom Tromeygdb: add "set startup-quietly" command
2021-04-15 Andrew Burgessgdb: process early initialization files and command...
2021-04-14 Andrew Burgessgdb/doc: add missing parentheses around prompt in some...
2021-03-29 Luis MachadoFix memory tagging section type
2021-03-24 Luis MachadoDocument new "x" and "print" memory tagging extensions
2021-03-24 Luis MachadoDocumentation for the new mtag commands
2021-03-24 Luis MachadoDocumentation for memory tagging remote packets
2021-03-18 Andrew Burgessgdb/doc: fix the example for get_set_string in Python...
2021-02-24 Andrew Burgessgdb: add a new 'maint info target-sections' command
2021-02-17 Lancelot SIX[PR cli/17290] gdb/doc: Fix show remote interrupt-*.
2021-02-11 Andrew Burgessgdb: change 'maint info section' to use command options
2021-02-10 Alan Modragdb: Remove arm-symbianelf support
2021-02-08 Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-02-02 Lancelot SIXInferior without argument prints detail of current...
2021-01-27 Tom TromeyRemove extra space after @pxref in gdb.texinfo
2021-01-25 Marco Barisionegdb/docs: add parentheses in Python examples using...
2021-01-25 Andrew Burgessgdb/doc: move @menu blocks to the end of their enclosin...
2021-01-22 Andrew Burgessgdb: add new version style
next