diff options
author | Fred Fish <fnf@specifix.com> | 1998-04-13 21:47:38 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1998-04-13 21:47:38 +0000 |
commit | 8387d6dfd396b90f8b3393488099b71622a8eaad (patch) | |
tree | 3226ad1ac62f979521d9204cb14120361a12741c /gdb | |
parent | 1e83118b793d74af4cf83b8e5d6817d01a4a08a3 (diff) | |
download | gdb-8387d6dfd396b90f8b3393488099b71622a8eaad.zip gdb-8387d6dfd396b90f8b3393488099b71622a8eaad.tar.gz gdb-8387d6dfd396b90f8b3393488099b71622a8eaad.tar.bz2 |
> * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e50f046..2213640 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com> + + * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data". + Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com) * LRS: Reformat a bit to keep text under 80 columns. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4837be8..3d90730 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2202,7 +2202,7 @@ have this support. The main purpose of this is EPROM/ROM code debugging, so you can set a breakpoint at an instruction without changing the instruction. This can be used with the new trap-generation provided by SPARClite DSU. DSU will generate traps when a program accesses -some date or instruction address that is assigned to the debug registers. +some data or instruction address that is assigned to the debug registers. However the hardware breakpoint registers can only take two data breakpoints, and @value{GDBN} will reject this command if more than two are used. Delete or disable usused hardware breakpoints before setting @@ -2356,7 +2356,7 @@ Set a watchpoint for an expression. @value{GDBN} will break when @var{expr} is written into by the program and its value changes. This can be used with the new trap-generation provided by SPARClite DSU. DSU will generate traps when a program accesses -some date or instruction address that is assigned to the debug registers. +some data or instruction address that is assigned to the debug registers. For the data addresses, DSU facilitates the @code{watch} command. However the hardware breakpoint registers can only take two data watchpoints, and both watchpoints must be the same kind. For example, you can set two |