* breakpoint.c (_initialize_breakpoint): Remove trailing \n from
authorTom Tromey <tromey@redhat.com>
Wed, 19 Jun 2013 19:07:16 +0000 (19:07 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Jun 2013 19:07:16 +0000 (19:07 +0000)
"dprintf" help.

gdb/ChangeLog
gdb/breakpoint.c

index e4008a508d1bc2f9ad9d35fef792b2882f5c97f1..08eb1d571006294ecec916833b8e677c19d53893 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-19  Tom Tromey  <tromey@redhat.com>
+
+       * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
+       "dprintf" help.
+
 2013-06-18  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
index f4933fcb4b67fee1c550335b104431e02d6ffb2c..daf1f212310b0a703060e9fe11ed2da00799d63e 100644 (file)
@@ -16453,8 +16453,7 @@ Set a dynamic printf at specified line or function.\n\
 dprintf location,format string,arg1,arg2,...\n\
 location may be a line number, function name, or \"*\" and an address.\n\
 If a line number is specified, break at start of code for that line.\n\
-If a function is specified, break at start of code for that function.\n\
-"));
+If a function is specified, break at start of code for that function."));
   set_cmd_completer (c, location_completer);
 
   add_setshow_enum_cmd ("dprintf-style", class_support,
This page took 0.036133 seconds and 4 git commands to generate.