From: Jeff Johnston Date: Wed, 17 Dec 2003 22:21:02 +0000 (+0000) Subject: 2003-12-17 Jeff Johnston X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bffe1ece0e72e008cdc9813e1f0a2517ef0ff2e7;p=binutils-gdb.git 2003-12-17 Jeff Johnston * symtab.c (decode_line_spec): Change call to decode_line_1. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 487813948fb..562ca3cc8bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-12-17 Jeff Johnston + + * symtab.c (decode_line_spec): Change call to decode_line_1. + 2003-12-17 Jeff Johnston * linespec.h (decode_line_1): Add new not_found_ptr parameter. diff --git a/gdb/symtab.c b/gdb/symtab.c index 6e35e844b1e..1d7b3968d79 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -3868,7 +3868,7 @@ decode_line_spec (char *string, int funfirstline) sals = decode_line_1 (&string, funfirstline, cursal.symtab, cursal.line, - (char ***) NULL); + (char ***) NULL, NULL); if (*string) error ("Junk at end of line specification: %s", string);