gdb_xml_parser: make data fields private and make more functions methods
[binutils-gdb.git] / gdb / doc /
2017-03-28 Anton Kolesovarc: Add prologue analysis
2017-03-28 Anton Kolesovarc: Add disassembler helper
2017-03-22 Yao QiRemove @code for python
2017-03-21 Tim WiederhakeFix break on Python 2
2017-03-20 Artemiy VolkovAdd rvalue reference tests and docs
2017-03-20 Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-20 Marc-Andre LaperleAdd -file-list-shared-libraries MI command
2017-03-16 Doug EvansLazy strings can be made from arrays too.
2017-03-08 Jiong Wang[gdb, doc] Add missing escape character '@'
2017-03-07 Walfred Tedeschiamd64-mpx: initialize BND register before performing...
2017-02-28 Peter BergnerGDB: Add support for the new set/show disassembler...
2017-02-20 Jan KratochvilDWARF-5: call sites
2017-02-17 Michael SturmAdd support for Intel PKRU register to GDB and GDBserver.
2017-02-15 Tim WiederhakeAdd missing ChangeLog entries.
2017-02-14 Tom TromeyPR python/13598 - add before_prompt event
2017-02-14 Tim WiederhakeAdd documentation for new record Python bindings.
2017-02-13 Luis MachadoImprove load command's help text
2017-02-10 Martin GalvanPR gdb/21122: Fix documentation mistakes for breakpoint...
2017-02-06 Ivo Raisrgdb: provide and use sparc{32,64} target description...
2017-01-27 Walfred Tedeschiamd64-linux: expose system register FS_BASE and GS_BASE...
2017-01-24 Simon MarchiFix typo in ExitedEvent doc
2017-01-20 Luis MachadoAdd command to erase all flash memory regions
2017-01-04 John BaldwinAdd FreeBSD/mips architecture.
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Doug EvansNew syntax for mt print symbols,msymbols,psymbols.
2016-12-02 Pedro AlvesSupport an "unlimited" number of user-defined arguments
2016-12-02 Pedro AlvesFix PR 20559 - "eval" command and $arg0...$arg9/$argc...
2016-11-30 Simon MarchiMakefiles: Disable suffix rules and implicit rules
2016-11-18 Andreas Arnezgdb/doc: Add missing comma after xref
2016-10-29 Pedro Alvesgdb/doc: Remove mention of vCont's default actions
2016-10-26 Pedro Alvesgdb/doc: Clarify vCont packet description
2016-10-14 Simon MarchiFix typos in trace commands doc
2016-10-14 Simon MarchiDocument -ctf switch of -trace-save
2016-10-06 Tom TromeyRemove Java support
2016-10-06 Doug EvansMake "end" field in feature specs required again.
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-09-28 Tom TromeySmall improvements to the remote protocol manual
2016-09-21 Anton Kolesovarc: New Synopsys ARC port
2016-09-21 Simon MarchiUpdate and add .gitignore's
2016-08-24 Simon MarchiAllow resetting an empty inferior-tty
2016-07-25 Tim Wiederhakebtrace: Resume recording after disconnect.
2016-07-23 Gabriel Krisman... Implement catch syscall group
2016-07-23 Руслан ИжбулатовSupport JIT debugging on MS-Windows
2016-07-13 Tom TromeyPR python/15620, PR python/18620 - breakpoint events...
2016-07-13 Tom TromeyPR python/17698 - add Breakpoint.pending
2016-07-13 Tom TromeyRearrange Python breakpoint node in documentation
2016-07-12 Tom TromeyPR python/19293 - invalidate frame cache when unwinders...
2016-06-21 Pedro Alves[DOC] Document support for running interpreters on...
2016-06-17 Yan-Ting Lingdb: new AndesTech NDS32 port
2016-06-10 Toshihito KikuchiAdd negative repeat count to 'x' command
2016-06-06 Simon MarchiAdd method/format information to =record-started
2016-05-27 Eli ZaretskiiImprove documentation of general query packets
2016-05-24 Tom TromeyFix PR python/17981
2016-05-24 Tom TromeyPR gdb/19194 - fix typo in the manual
2016-05-17 Tom TromeyAdd Rust documentation
2016-05-17 Tom TromeyAdd self-test framework to gdb
2016-04-27 Yao QiTweak doc on command tfind
2016-04-13 Antoine TremblayFix zero_ext documentation
2016-03-31 Pedro AlvesRemove support for "target m32rsdi" and "target mips...
2016-03-15 Doug EvansExtend flags to support multibit and enum bitfields.
2016-03-15 Pedro AlvesFix typo in previous gdb/doc/ commit
2016-03-15 Pedro AlvesDocument possible unreliability of '$_ret'
2016-03-11 Andrew Burgessgdb: New maint info line-table command.
2016-03-10 Simon MarchiAdd $_as_string convenience function
2016-02-23 Doug EvansExtend "skip" command to support -file, -gfile, -functi...
2016-02-18 Walfred TedeschiIntel MPX bound violation handling
2016-02-18 Marcin Kościelnickigdb/doc: Add documentation for tfile description sectio...
2016-02-10 Marcin Kościelnickigdb.trace: Use g packet order in tfile_fetch_registers.
2016-02-01 Doug Evansgdb.texinfo (Value Sizes): Fix typo.
2016-02-01 Doug Evansgdb.texinfo (Skipping Over Functions and Files): Fix...
2016-02-01 Andrew Burgessgdb: New set/show max-value-size command.
2016-01-26 John BaldwinFix subject verb agreement in the description of severa...
2016-01-19 John BaldwinAdd support for LWP-based threads on FreeBSD.
2016-01-18 Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-15 Pedro AlvesStar wildcard ranges (e.g., "info thread 2.*")
2016-01-13 Pedro AlvesAdd $_gthread convenience variable
2016-01-13 Pedro AlvesImplement "info threads -gid"
2016-01-13 Pedro AlvesAdd Python InferiorThread.global_num attribute
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13 Pedro AlvesAdd Python InferiorThread.inferior attribute
2016-01-13 Pedro AlvesAdd a new $_inferior convenience variable
2016-01-12 Josh StoneImplement 'catch syscall' for gdbserver
2016-01-12 Pedro AlvesRemove trademark acknowledgements throughout
2016-01-12 Yao Qi[DOC] Interrupt when program is stopped
2016-01-12 Pedro AlvesReapply: List inferiors/threads/pspaces in ascending...
2016-01-11 Jan Kratochviltestsuite: Fix false FAILs on too long base directory
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-14 Don BreazealTarget remote mode fork and exec event documentation
2015-12-10 Pedro Alves[gdb/doc] Explain that there's always a thread
2015-12-10 Pedro Alves[gdb/doc] Remove references to no-longer-supported...
2015-12-10 Pedro Alves[gdb/doc] Stack, Examining the Stack: Reorder menu
2015-12-09 Luis Machadovarobj zero-padded hexadecimal format
2015-12-08 Pierre-Marie de... DOCO: Enhance the menu to select function overloads...
2015-11-30 Pedro AlvesImplement TARGET_WAITKIND_NO_RESUMED in the remote...
2015-11-30 Pedro AlvesRemote thread create/exit events
2015-11-30 Pedro AlvesNew vCtrlC packet, non-stop mode equivalent of \003
2015-11-26 Simon MarchiDisplay names of remote threads
2015-11-24 Pedro AlvesList inferiors/threads/pspaces in ascending order
2015-11-04 Markus Metzgerbtrace: add instruction-history /s and fix documentation
2015-10-12 Andrew Burgessgdb/doc: Restructure frame command documentation.
next