projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6e1ba
)
* target.h (target_fetch_registers): Fix comment.
author
Mark Kettenis
<kettenis@gnu.org>
Fri, 16 Feb 2001 11:25:15 +0000
(11:25 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Fri, 16 Feb 2001 11:25:15 +0000
(11:25 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/target.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 2c72218d305bc426240e5a8a674fe73b42e92229..d59c0fb88684c08f339d10590d11c66001af6bc8 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2001-02-16 Mark Kettenis <kettenis@gnu.org>
+
+ * target.h (target_fetch_registers): Fix comment.
+
2001-02-15 Andrew Cagney <ac131313@redhat.com>
* f-exp.y: Include <ctype.h>.
diff --git
a/gdb/target.h
b/gdb/target.h
index a68e899366aa632bebb2ee1eb46da3ac0a59961c..8cb13704eb48a19a08cc611cc1084d9eb70a6cdd 100644
(file)
--- a/
gdb/target.h
+++ b/
gdb/target.h
@@
-599,7
+599,7
@@
extern void target_detach (char *, int);
#define target_post_wait(pid, status) \
(*current_target.to_post_wait) (pid, status)
-/* Fetch register REGNO, or all regs if regno == -1. No result. */
+/* Fetch
at least
register REGNO, or all regs if regno == -1. No result. */
#define target_fetch_registers(regno) \
(*current_target.to_fetch_registers) (regno)