diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-01-07 17:35:27 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-01-07 17:35:27 +0000 |
commit | ac74f77061b2c386a31af52bed258d6800217071 (patch) | |
tree | 08726802990a522db8cacde951feeae6b52605dc /gdb/infrun.c | |
parent | 06e65f441499bad232064278c41555db0dfd7a01 (diff) | |
download | gdb-ac74f77061b2c386a31af52bed258d6800217071.zip gdb-ac74f77061b2c386a31af52bed258d6800217071.tar.gz gdb-ac74f77061b2c386a31af52bed258d6800217071.tar.bz2 |
2011-01-07 Michael Snyder <msnyder@vmware.com>
* ax-gdb.c: Adjust some long output strings.
* breakpoint.c: Ditto.
* charset.c: Ditto.
* cp-abi.c: Ditto.
* infcall.c: Ditto.
* infrun.c: Ditto.
* linux-nat.c: Ditto.
* solib-pa64.c: Ditto.
* solib-som.c: Ditto.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index dd6fe6c..a6d0038 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1623,11 +1623,10 @@ resume (int step, enum target_signal sig) if (gdbarch_skip_permanent_breakpoint_p (gdbarch)) gdbarch_skip_permanent_breakpoint (gdbarch, regcache); else - error (_("The program is stopped at a permanent " - "breakpoint, but GDB does not know\n" - "how to step past a permanent breakpoint " - "on this architecture. Try using\na command " - "like `return' or `jump' to continue execution.")); + error (_("\ +The program is stopped at a permanent breakpoint, but GDB does not know\n\ +how to step past a permanent breakpoint on this architecture. Try using\n\ +a command like `return' or `jump' to continue execution.")); } /* If enabled, step over breakpoints by executing a copy of the |