diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-12-20 01:31:10 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-12-20 01:31:10 +0000 |
commit | 264b5f4f7f5314f3f75c87f71cb9daa5fa4e7335 (patch) | |
tree | d9d049f71b556ff9cb8771ac28c262ea03d16e2c | |
parent | 29850ababf34bb79761ce48be7a788d022a7153a (diff) | |
download | gdb-msnyder-fork-checkpoint-branch.zip gdb-msnyder-fork-checkpoint-branch.tar.gz gdb-msnyder-fork-checkpoint-branch.tar.bz2 |
2005-12-19 Michael Van Meter Snyder <michsnyd@clwang-lnx.cisco.com>msnyder-fork-checkpoint-branch
* gdb.texinfo: Incorporate suggested changes from Eli Zaretskii.
-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. |