X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=92e3e1bfa662fec037437d0aec69e629f2b87ff7;hb=8320cc4fa3784dc5296745898de5357559f8125a;hp=8ef5340586b2ec156f6c1490892a79bf20495e8e;hpb=0ee339bc478ec8c35f4fee8998456bc33be0a3e2;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8ef5340586..92e3e1bfa6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,142 @@ +2012-03-19 Jan Kratochvil + + * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and + --init-eval-command=COMMAND, -iex. + (Startup): Describe -iex and -ix. Simplify the example + for "set auto-load-scripts off". + +2012-03-16 Gary Benson + + PR breakpoints/10738 + * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item + stating that GDB cannot set breakpoints on inlined functions. + (Mode Options): Document --use-deprecated-index-sections. + (Index Section Format): Document new index section version format. + +2012-03-15 Tom Tromey + + * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl". + +2012-03-13 Doug Evans + + * gdb.texinfo (Help): Change apropos example to use "alias" instead + of "reload". + (Symbols): Delete docs for set/show symbol-reloading. + * gdbint.texinfo (Defining Other Architecture Features): Delete + SYMBOL_RELOADING_DEFAULT. + * refcard.tex: Delete reference to symbol-reloading. + +2012-03-07 Pedro Alves + + * gdb.texinfo (General Query Packets): Document new + QProgramSignals packet. + * gdb.texinfo (Remote configuration): Mention + "program-signals-packet". + +2012-03-05 Tristan Gingold + + * gdb.texinfo (General Query Packets): Document xfer:uib:read. + +2012-03-03 Yao Qi + + * gdb.texinfo (In-Process Agent): New node. + Document new commands. + (General Query Packets): Add packet `QAgent'. + +2012-03-01 Maciej W. Rozycki + + * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp. + +2012-03-01 Scott J. Goldman + + * gdb.texinfo (Commands In Python): Put example python macro in + COMMAND_USER category rather than COMMAND_OBSCURE. + Document gdb.COMMAND_USER. + (User-defined Commands): Update documentation to clarify + "set/show max-user-call-depth" and "show user" don't apply to python + commands. Update documentation to clarify "help user-defined" may + also include python commands defined as COMMAND_USER. + +2012-02-25 Jan Kratochvil + + * gdb.texinfo (Startup): Add option -ex description to the option -x + description. + +2012-02-24 Luis Machado + + * gdb.texinfo (Setting Breakpoints): Mention and explain the + condition-evaluation breakpoint parameter. + Mention condition-evaluation mode being shown in "info break". + (Break Conditions): Add description for target-side + conditional breakpoints. + (Remote Configuration): Mention conditional-breakpoints-packet. + (Packets): Add cond-expr parameter to Z0/Z1 packets and explain + cond-expr. + (General Query Packets): Mention new ConditionalBreakpoint feature. + +2012-02-22 Tom Tromey + + * gdb.texinfo (Blocks In Python): Clarify block iteration. + +2012-02-17 Tom Tromey + + PR python/10753: + * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load + directory. + +2012-02-14 Stan Shebs + + * gdb.texinfo (Disabling Breakpoints): Document enable count. + +2012-02-13 Pedro Alves + + * gdb.texinfo (MIPS boards): Refer to mips-elf instead of + mips-idt-ecoff. + +2012-02-09 Yao Qi + + * gdb.texinfo (Symbols In Python): Add missing `@end defvar'. + +2012-02-07 Tom Tromey + + * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and + Symbol.value. + +2012-02-07 Tom Tromey + + * gdb.texinfo (Symbols In Python): Document Symbol.line. + +2012-01-27 Thomas Schwinge + + * gdb.textinfo (Packets): Move vCont paragraph to the correct place. + +2012-01-24 Tom Tromey + + * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch + unload". + (Files): Mention new catch commands. + (GDB/MI Async Records): Likewise. + +2012-01-24 Gary Benson + + Delete #if 0'd out code. + * gdb.texinfo (Frame Info): Remove "info catch". + +2012-01-20 Ulrich Weigand + + * gdb.texinfo (Remote Configuration): Document + "set remote hostio-readlink-packet" command. + (General Query Packets): Document vFile:readlink packet. + +2012-01-16 Tom Tromey + + * gdb.texinfo (Specify Location): Document relative file name + handling. + +2012-01-16 Tom Tromey + + * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter. + 2012-01-13 Jan Kratochvil Eli Zaretskii