mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* breakpoint.c (catch_syscall_command_1): Fix typo.
This commit is contained in:
parent
e9cafbccd2
commit
ea666128f4
@ -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.
|
||||
|
@ -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 architecture yet."));
|
||||
|
||||
tempflag = get_cmd_context (command) == CATCH_TEMPORARY;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user