X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=89f9e342d74af322f102abf1040a7f784c270fe1;hb=aa9259cc84069710fcf56dc73a04a1983636cd18;hp=2a398fefcaf3c803729889b55cd01fb72af18551;hpb=202cbf1c525d01ed5d394d879de5d88ae3d00da1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2a398fefca..89f9e342d7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,185 @@ +2012-09-19 Thomas Schwinge + + * gdb.texinfo: Document the removal of SH's 'regs' command. + +2012-09-18 Sergio Durigan Junior + + * gdb.texinfo (jump): Mention new alias `j' for `jump'. + +2012-09-18 Yao Qi + + * gdb.texinfo (GDB/MI Async Records): Document new MI + notifications '=tsv-created' and '=tsv-deleted'. + * observer.texi (GDB Observers): New observer tsv_created and + tsv_deleted. + +2012-09-18 Yao Qi + + * observer.texi (GDB Observers): New observer 'traceframe_changed'. + * gdb.texinfo (GDB/MI Async Records): Mention new MI notification + '=traceframe-changed'. + +2012-09-17 Yao Qi + + * gdb.texinfo (List): Describe the meaning of 0 and -1 in + 'set listsize'. + +2012-09-13 Jan Kratochvil + Eli Zaretskii + + * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr + encoding for gdbarch_breakpoint_from_pc, bp_addr for + gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code. + +2012-08-27 Jan Kratochvil + + * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping. + +2012-08-23 Khoo Yit Phang + + Document how to return from "python-interactive" to GDB. + * gdb.texinfo (Python Commands): Update documentation. + +2012-08-22 Khoo Yit Phang + + Add a new "python-interactive" command that starts a standard + Python interactive prompt with "pi" as alias, and add "py" as + an alias to "python". + * gdb.texinfo (Python Commands): Document the new commands. + +2012-08-22 Tom Tromey + + * gdbint.texinfo (Host Definition): Remove documentation for + SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY. + +2012-08-17 Keith Seitz + + PR c++/13356 + * gdb.texinfo (Type and Range Checking): Remove warning. + Remove spurious commas. + Update text and examples for re-implementation of set/show + check type. + (C and C++ Type and Range Checks): Likewise. + +2012-08-16 Yao Qi + + * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING + is deprecated. + +2012-08-13 Doug Evans + + * gdb.texinfo (Convenience Vars): Update text for "show convenience" + to include functions. + +2012-08-10 Doug Evans + + * gdb.texinfo (Convenience Funs): New node. + (Types In Python): Document Type.vector. + +2012-08-09 Yao Qi + + * observer.texi: New observer command_param_changed. + * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'. + +2012-08-07 Jan Kratochvil + + * gdbint.texinfo (Debugging GDB): In section + 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb. + Mention also gdb-gdb.py. + +2012-08-07 Yao Qi + + Revert the folloing patch: + 2012-08-06 Yao Qi + * gdb.texinfo (Remote Configuration): Add kindex for 'set + remote hardware-watchpoint-limit' and 'set + remote hardware-breakpoint-limit'. + +2012-08-06 Nathaniel Flath + + * gdb.texinfo (Working Directory): Added information about new + default argument for 'cd' command. + +2012-08-06 Yao Qi + + * gdb.texinfo (Remote Configuration): Add kindex for 'set + remote hardware-watchpoint-limit' and 'set + remote hardware-breakpoint-limit'. + +2012-08-06 Yao Qi + + Fix PR14371. + + * gdb.texinfo (GDB/MI Async Records): Fix the doc for + '=breakpoint-deleted'. + +2012-08-02 Yao Qi + + * gdb.texinfo (Native): Remove node Neutrino. + +2012-07-27 Yao Qi + + * gdb.texinfo (IPA Protocol Commands): Document new command + 'close'. + +2012-07-25 Tom Tromey + + * gdb.texinfo (Maintenance Commands): Document maint info bfds. + +2012-07-20 Doug Evans + + * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections. + (Index Files): Document how to control the use of deprecated index + sections. + (Index Section Format): Replace --use-deprecated-index-sections with + "set use-deprecated-index-sections on". + +2012-07-12 Eli Zaretskii + + * gdbint.texinfo: Remove @syncodeindex directives that put all the + indices into a single node "Index". Instead, join function and + variable indices into a single index, separate from the concept + index. Requested in + http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html. + (Top): Update the top-level menu: instead of one "Index" there are + now separate entries "Concept Index" and "Function and Variable + Index". + (Concept Index, Function and Variable Index): New nodes. + (Index): Node deleted. + +2012-07-05 Hui Zhu + + * gdb.texinfo (Maintenance Commands): Change help for "maint agent" + and "maint agent-eval". + +2012-07-03 Eli Zaretskii + + * gdb.texinfo: Separate the index into 2 indices, cp and fn, to + avoid file-name clashes between Index.html and index.html on + case-insensitive filesystems. See the discussion starting in + http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the + details of the problem. + (Top): Update the master menu for the above. + (Concept Index, Command and Variable Index): New nodes, instead of + the old "Index" node that was deleted. All cross-references + updated. + +2012-07-02 Stan Shebs + + * gdb.texinfo (Dynamic Printf): Mention agent style and + disconnected dprintf. + (Maintenance Commands): Describe maint agent-printf. + (General Query Packets): Mention BreakpointCommands feature. + (Packets): Document commands extension to Z0 packet. + * agentexpr.texi (Bytecode Descriptions): Document printf + bytecode. + +2012-07-02 Jan Kratochvil + + * gdb.texinfo (File Options): Change -ix and -iex commands that apply + only after gdbinit files. + (Startup): Move -iex and -iex commands down after gdbinit files. + 2012-07-02 Jan Kratochvil * gdb.texinfo (Auto-loading safe path): Note the shell wildcard