Revert "GDB: Document the unix::/path/to/socket of remote connection."
[external/binutils.git] / gdb / doc / gdb.texinfo
2018-10-29 Simon MarchiRevert "GDB: Document the unix::/path/to/socket of...
2018-10-29 Simon MarchiRevert "GDB: Fix documentation for invoking GDBSERVER"
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-23 John DarringtonGDB: New target s12z
2018-10-23 John DarringtonGDB: Fix documentation for invoking GDBSERVER
2018-10-23 John DarringtonGDB: Document the unix::/path/to/socket of remote conne...
2018-10-20 Tom TromeyFix "make info" in gdb
2018-10-20 John DarringtonGDB: Documentation: Remove greengrocer's apostrophe.
2018-10-19 Tom TromeyDeprecate and replace the "tabset" command
2018-10-09 Tom TromeyDisable the undefined behavior sanitizer by default
2018-10-08 John BaldwinAdd native target for FreeBSD/riscv.
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-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-12 Simon MarchiAdd debug output about skipping files and functions
2018-09-10 Tom TromeyAvoid warnings from makeinfo
2018-09-10 Tom TromeyFix typo in pretty-printer example
2018-09-08 John Darringtongdb: Add builtin types for 24 bit integers.
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] Fixup incomplete patch 0dbfed25e9
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-31 Alan HaywardAdd Aarch64 SVE target description
2018-05-24 Tom TromeyFix help and documentation for inferior commands
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-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-31 Xavier Roirand(Ada) Add gdb-mi support for stopping at start of excep...
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.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
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-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-04 Sergio LopezDocument the new "-a" command line option for gcore
2017-12-04 Sergio LopezDocument new {set,show} dump-excluded-mappings commands.
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-07 Xavier RoirandAllow enabling/disabling breakpoint location ranges
2017-10-04 Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-10-04 Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-09-25 Andreas ArnezS390: Document guarded-storage register support
2017-09-21 Kevin BuettnerDocumentation for qXfer:threads:read handle attribute
2017-09-19 John BaldwinAdd a 'starti' command.
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-04 Pedro AlvesDocument "no debug info debugging" improvements
2017-08-31 Sergio Durigan JuniorImplement the ability to set/unset environment variable...
2017-08-23 Jan Kratochvilcompile: Add 'set compile-gcc'
2017-08-23 Weimin Pangdb: SPARC ADI support
2017-08-18 Yao QiGDBserver self tests
2017-08-16 Ruslan KabatsayevAdd shortcuts for "nexti" and "stepi" commands in Singl...
2017-08-12 Sergio Durigan JuniorFix typo on documentation ("show set startup-with-shell")
2017-08-09 Simon Marchidoc: Fix copy-pasto in Z0 packet documentation
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-07-26 Yao QiAdd optional argument to command "maint prints c-tdesc"
next