From: Thiago Jung Bauermann Date: Thu, 31 Mar 2011 15:01:24 +0000 (+0000) Subject: * breakpoint.c (break_range_command): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=423f41a5cb4944ab2cba322fafdf796a8c0d7cde;p=binutils-gdb.git * breakpoint.c (break_range_command): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4da68a0fcef..1029fb275c8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-31 Thiago Jung Bauermann + + * breakpoint.c (break_range_command): Fix typo in comment. + 2011-03-31 Thiago Jung Bauermann Sergio Durigan Junior diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 863198fa532..3b1367bb465 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -8594,7 +8594,7 @@ break_range_command (char *arg, int from_tty) init_linespec_result (&canonical_end); arg_start = arg; - /* We call decode_line_n1 directly here instead of using + /* We call decode_line_1 directly here instead of using parse_breakpoint_sals because we need to specify the start location's symtab and line as the default symtab and line for the end of the range. This makes it possible to have ranges like "foo.c:27, +14",