mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
2013-12-17 Sterling Augustine <saugustine@google.com>
* linespec.c (add_sal_to_sals): Use "<unknown>" when a symbol isn't found.
This commit is contained in:
parent
4415de747e
commit
e617b0692b
@ -1,3 +1,8 @@
|
||||
2013-12-23 Sterling Augustine <saugustine@google.com>
|
||||
|
||||
* linespec.c (add_sal_to_sals): Use "<unknown>" when a symbol
|
||||
isn't found.
|
||||
|
||||
2013-12-23 Sergio Durigan JUnior <sergiodj@redhat.com>
|
||||
|
||||
* stap-probe.c (struct stap_probe) <args_parsed>: Add comment.
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user