diff options
author | Tom Tromey <tromey@redhat.com> | 2013-06-19 19:07:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-06-19 19:07:16 +0000 |
commit | 0e4777df762b3fd7cf70265ad6a9aa3df4f1fc0b (patch) | |
tree | 9377f9c76551c6942044d60b23b16caed55f077b /gdb | |
parent | 63a4bc21e480fd4d0895cf6f6c82f8d123d39b7e (diff) | |
download | gdb-0e4777df762b3fd7cf70265ad6a9aa3df4f1fc0b.zip gdb-0e4777df762b3fd7cf70265ad6a9aa3df4f1fc0b.tar.gz gdb-0e4777df762b3fd7cf70265ad6a9aa3df4f1fc0b.tar.bz2 |
* breakpoint.c (_initialize_breakpoint): Remove trailing \n from
"dprintf" help.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/breakpoint.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4008a5..08eb1d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index f4933fc..daf1f21 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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, |