aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2011-01-07 17:35:27 +0000
committerMichael Snyder <msnyder@vmware.com>2011-01-07 17:35:27 +0000
commitac74f77061b2c386a31af52bed258d6800217071 (patch)
tree08726802990a522db8cacde951feeae6b52605dc /gdb/breakpoint.c
parent06e65f441499bad232064278c41555db0dfd7a01 (diff)
downloadgdb-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/breakpoint.c')
-rw-r--r--gdb/breakpoint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 97efc0a..a909aa3 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -1538,9 +1538,9 @@ update_watchpoint (struct breakpoint *b, int reparse)
}
else if (!within_current_scope)
{
- printf_filtered (_("Watchpoint %d deleted because "
- "the program has left the block\n"
- "in which its expression is valid.\n"),
+ printf_filtered (_("\
+Watchpoint %d deleted because the program has left the block\n\
+in which its expression is valid.\n"),
b->number);
if (b->related_breakpoint)
{