btrace: uppercase btrace_read_type
[deliverable/binutils-gdb.git] / gdb / linespec.c
index 9468f265a14adb50840a49cd588e7d3d7ca8f4ce..4b596fce554ebd18287052e4af06e1eef4cb0ec4 100644 (file)
@@ -1,6 +1,6 @@
 /* Parser for linespec for the GNU debugger, GDB.
 
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -885,7 +885,7 @@ add_sal_to_sals (struct linespec_state *self,
          if (symname != NULL)
            canonical->suffix = xstrdup (symname);
          else
-           canonical->suffix = NULL;
+           canonical->suffix = xstrdup ("<unknown>");
          canonical->symtab = NULL;
        }
     }
This page took 0.025101 seconds and 4 git commands to generate.