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 487813948fb7a4f089a2e3f929e32add73ca61b8..562ca3cc8bc94c1506cefa6d0ad56bbe444ecb8a 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6e35e844b1e8424d5d56ff471e3dcd5ecf818ea4..1d7b3968d79a78d8b166c3f0b4679b232064ae68 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);
This page took 0.032833 seconds and 4 git commands to generate.