gdb.texinfo: Fix the output of the "info tasks 2" example
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
2018-11-01  Joel Brobeckergdb.texinfo: Fix the output of the "info tasks 2" example
2018-10-27  Philippe WaroquiersDocument changes to info [args|functions|locals|variables]
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for HTM registers
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for EBB and PMU registers
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for TAR
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for PPR and DSCR
2018-10-20  Tom TromeyFix "make info" in gdb
2018-10-19  Tom TromeyDeprecate and replace the "tabset" command
2018-10-09  Tom TromeyMake @pxref for Inferior.architecture point to gdb...
2018-10-09  Tom TromeyDisable the undefined behavior sanitizer by default
2018-10-08  John BaldwinAdd native target for FreeBSD/riscv.
2018-10-07  Tom TromeyAdd Inferior.architecture method
2018-10-07  Tom TromeyUpdate symbol domain and location values for Python
2018-10-03  Tom TromeyAdd --enable-ubsan
2018-10-02  John DarringtonAllow remote debugging over a Unix local domain socket.
2018-10-01  Tom TromeyCopy configure option documentation to gdb.texinfo
2018-09-29  Tom TromeyUpdate gdb's configure instructions
2018-09-28  Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-09-24  Tom TromeyAllow setting a parameter to raise gdb.GdbError
2018-09-18  John BaldwinMake the "info proc" documentation more consistent.
2018-09-18  John BaldwinDocument the 'info proc files' command.
2018-09-17  Tom TromeyUpdate get_standard_cache_dir for macOS
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-12  Simon MarchiAdd debug output about skipping files and functions
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 TromeyFix typo in pretty-printer example
2018-09-10  Tom TromeyUpdate Python Block.end documentation
2018-08-29  Keith SeitzC++ compile support
2018-08-22  Jan VranyMI: Print frame architecture when printing frames on...
2018-08-22  Alan HaywardAdd AArch64 SVE to NEWS and GDB manual
2018-08-14  Jan VranyMI: Add -a option to the "-data-disassemble" command
2018-08-07  Simon MarchiAdd doc and news for DWARF index cache
2018-07-27  Sergio Durigan JuniorImprove gcore manpage and clarify "-o" option
2018-07-26  Andrew Burgessgdb: Add switch to disable DWARF stack unwinders
2018-07-12  Philippe WaroquiersDocuments the new commands 'frame apply', faas, taas...
2018-07-11  Sergio Durigan JuniorImplement IPv6 support for GDB/gdbserver
2018-07-09  Andrew Burgessgdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
2018-07-02  Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-06-28  Petr TesarikAdd an optional offset option to the "add-symbol-file...
2018-06-28  Petr TesarikMake add-symbol-file's address argument optional
2018-06-28  Petr TesarikAdd an optional offset option to the "symbol-file"...
2018-06-14  Tom de Vries[gdb] Add 'Concept Index' entry '&' for background...
2018-06-11  Eli ZaretskiiFix build of GDB documentation.
2018-06-08  Gary Bensonlinux: Add maintenance commands to test libthread_db
2018-06-05  Tom TromeyAdd "continue" response to pager
2018-05-31  Maciej W. Rozyckiarch-utils: Make the last endianness actually chosen...
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-04-13  Andreas ArnezShow line numbers in output for "info var/func/type"
2018-04-13  Markus Metzgerbtrace: set/show record btrace cpu
2018-03-27  Joel Brobeckerset varsize-limit: New GDB setting for maximum dynamic...
2018-03-27  Tom TromeyAllow hiding of some filtered frames
2018-03-27  Tom TromeyRationalize "backtrace" command line parsing
2018-03-19  Tom TromeyConvert observers to C++
2018-03-04  John BaldwinAdd a new debug knob for the FreeBSD native target.
2018-02-19  Andrew Burgessgdb/doc: Additional information about 'info line'
2018-01-15  Szabolcs NagyFix gdb.texinfo more
2018-01-15  Szabolcs NagyFix gdb.texinfo for old makeinfo (again)
2018-01-12  Sergio Durigan JuniorInstall and generate docs for gdb-add-index
2018-01-11  Szabolcs NagyFix gdb.texinfo for old makeinfo
2018-01-09  John BaldwinDocument support for 'info proc' on FreeBSD.
2018-01-03  Xavier Roirand(Ada) New command to stop at start of exception handler.
2017-12-27  Stafford Hornetdesc: handle arbitrary strings in tdesc_register_in_re...
2017-12-27  Stafford Hornereggroups: Add test and docs for `info reg $reggroup...
2017-12-15  Sergio Durigan JuniorImplement pahole-like 'ptype /o' option
2017-12-13  Simon Marchipython: Add qualified parameter to gdb.Breakpoint
2017-12-13  Simon Marchipython doc: Rework Breakpoint.__init__ doc
2017-12-12  Franck Julliengdb: Add OpenRISC or1k and or1knd target support
2017-12-08  Jan KratochvilDWARF-5: .debug_names index producer
2017-12-07  Keith SeitzRecord nested types
2017-12-07  Phil MuldoonImplement explicit locations for Python breakpoints.
2017-12-04  Tom TromeyUpdate manual for Rust change
2017-12-02  Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01  Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01  Sergio Durigan JuniorAdd support for the readnever concept
2017-11-29  Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-27  Dominik CzarnotaUpdate find command help and search memory docs
2017-11-24  Joel Brobecker(Ada) provide the exception message when hitting an...
2017-11-24  Simon MarchiFix issues with gdb-memory-map.dtd
2017-11-24  Pedro AlvesDocument linespec/explicit locations & completion impro...
2017-11-22  Ulrich WeigandTarget FP: Make use of MPFR if available
2017-11-16  Phil MuldoonAdd Python rbreak command.
2017-11-07  Xavier RoirandAllow enabling/disabling breakpoint location ranges
2017-10-04  Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
next
This page took 0.336576 seconds and 107 git commands to generate.