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:
e9cafbc
)
* breakpoint.c (catch_syscall_command_1): Fix typo.
author
Tom Tromey
<tromey@redhat.com>
Mon, 21 Feb 2011 18:40:08 +0000
(18:40 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Mon, 21 Feb 2011 18:40:08 +0000
(18:40 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/breakpoint.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 5fde60360fe13828777e0d6072ee971e9cd7d984..5e8f7131273621cf98d81b62c5a21d4fa3100ba1 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2011-02-21 Tom Tromey <tromey@redhat.com>
+
+ * breakpoint.c (catch_syscall_command_1): Fix typo.
+
2011-02-21 Tom Tromey <tromey@redhat.com>
* reverse.c: Include cli-utils.h.
diff --git
a/gdb/breakpoint.c
b/gdb/breakpoint.c
index 065efa6970dc7e415ecad6dad110a04a309a2701..623effa0dafb0ff90625339cc847e07858c7c5e3 100644
(file)
--- a/
gdb/breakpoint.c
+++ b/
gdb/breakpoint.c
@@
-9330,7
+9330,7
@@
catch_syscall_command_1 (char *arg, int from_tty,
/* Checking if the feature if supported. */
if (gdbarch_get_syscall_number_p (gdbarch) == 0)
error (_("The feature 'catch syscall' is not supported on \
-this architeture yet."));
+this archite
c
ture yet."));
tempflag = get_cmd_context (command) == CATCH_TEMPORARY;