X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=60fe4d05277fec11172e64a0103fb3acdf49788e;hb=75b8939e07dc255a6b075be0fd71b0d03bec1efe;hp=c48c8f0f3445eb4f220d6f67cdaf8fd5a8e74387;hpb=7be93b9eea1303a9b247303a9108ad6db6a2d265;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c48c8f0f34..60fe4d0527 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,115 @@ +2006-04-22 Andrew Cagney + + * gdb.texinfo (Contributors): Credit frame unwinder contributors. + * gdbint.texinfo (Algorithms): Fix errors in frame documentation. + +2006-04-18 Daniel Jacobowitz + + * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert + and remove breakpoint prototypes. + (Watchpoints): Move description of target_insert_hw_breakpoint and + target_remove_hw_breakpoint ... + (Breakpoints): ... to here. Document target_insert_breakpoint and + target_remove_breakpoint. + +2006-04-17 Jim Blandy + + * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, + and C packets are optional. + +2006-04-14 Frederic Riss + + * gdb.texinfo (Specifying source directories): Update the description + of the source file search to reflect the fact that the source path + always contains at least $cdir and $cwd. + +2006-03-31 Michael Snyder + + * gdb.texinfo: Update copyright dates. + +2006-03-31 Eli Zaretskii + + * gdb.texinfo (Overview): Add an index entry to "empty response". + +2006-03-28 Jim Blandy + + * gdbint.texinfo (Prologue Analysis): New section. + +2006-03-07 Jim Blandy + + * gdb.texinfo (Connecting): Document 'target remote pipe'. + + * gdb.texinfo (Target Commands): Update text describing how to + specify a target. Refer to the detailed section on remote + debugging, not the brief mention. + + * gdb.texinfo (Connecting): Organize the different 'target remote' + connection methods into a table. Add a 'target remote' index + entry. (!!!) + +2006-02-17 Fred Fish + + * gdb.texinfo (Symbols): Update descriptions of 'whatis' and + 'ptype' commands to reflect the fact that the only significant + difference between them is that ptype prints the complete type + description instead of just the name. + +2006-02-13 Wu Zhou + + * gdbint.texinfo (Watchpoints): Delete + TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT. + +2006-02-10 Nick Roberts + + * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and + times fields where needed. Fix typos. Update general form given + for output of -break-insert. + (GDB/MI): Abbreviate some unnecessarily long fullnames. + +2006-02-06 Daniel Jacobowitz + + * gdbint.texinfo (Symbol Handling): Add a section + on memory management. + +2006-02-06 Vladimir Prus + + * gdb.texinfo (Breakpoint table commands): Document the fullname + field in -break-list output. + +2006-02-03 Eli Zaretskii + + * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of + debugging information produced by the various "set debug..." + options. + +2006-02-01 Daniel Jacobowitz + + * gdb.texinfo (Files): Remove obsolete bits from the description + of "symbol-file". + +2006-01-25 Jim Blandy + + * gdbint.texinfo (Testsuite): Explain how to run selected tests. + +2006-01-24 Jim Blandy + + * gdbint.texinfo (Frames): Document the basics of GDB's register + unwinding model, and explain the existence of the "sentinel" frame. + +2006-01-23 Andrew Stubbs + + * gdb.texinfo (Choosing files): Mention that -directory is used + for script files. + (Specifying source directories): Likewise. + (Command files): Explain how script files are found. + +2006-01-21 Eli Zaretskii + + * gdb.texinfo (Backtrace): Describe how to get backtrace of all + the threads in a multi-threaded program. + (Threads): The threadno argument of "thread apply" can be a range + of numbers. + 2006-01-18 Jim Blandy * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list