2003-12-17 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 17 Dec 2003 22:21:02 +0000 (22:21 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 17 Dec 2003 22:21:02 +0000 (22:21 +0000)
        * symtab.c (decode_line_spec): Change call to decode_line_1.

gdb/ChangeLog
gdb/symtab.c

index 4878139..562ca3c 100644 (file)
@@ -1,5 +1,9 @@
 2003-12-17  Jeff Johnston  <jjohnstn@redhat.com>
 
+       * symtab.c (decode_line_spec): Change call to decode_line_1.
+
+2003-12-17  Jeff Johnston  <jjohnstn@redhat.com>
+
        * linespec.h (decode_line_1): Add new not_found_ptr parameter.
        * linespec.c (decode_line_1): Add new parameter.  Pass on
        new parameter to decode_variable and symtab_from_filename
index 6e35e84..1d7b396 100644 (file)
@@ -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);