diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4f375eb..2b8aac0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com> + * gdb.texinfo: Incorporate suggested changes from Eli Zaretskii. + +2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com> + * gdb.texinfo: Add documentation for multi-fork and checkpoint. 2005-11-19 Jim Blandy <jimb@redhat.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 76ab30a..0484bdf 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2676,7 +2676,7 @@ been changed cannot be restored (at this time). However, within those constraints, you actually can ``rewind'' your program to a previously saved point in time, and begin debugging it -again -- and you can change the course events so as to debug a +again -- and you can change the course of events so as to debug a different execution path this time. |