mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
PR cli/14392:
* cli/cli-cmds.c (list_command): Filter 'sals_end'.
This commit is contained in:
parent
f3c8a52ace
commit
4979d7f0a6
@ -1,3 +1,8 @@
|
||||
2012-08-06 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR cli/14392:
|
||||
* cli/cli-cmds.c (list_command): Filter 'sals_end'.
|
||||
|
||||
2012-08-06 Nathaniel Flath <flat0103@gmail.com>
|
||||
|
||||
* NEWS: New entry for 'cd' default parameters.
|
||||
|
@ -959,7 +959,7 @@ list_command (char *arg, int from_tty)
|
||||
else
|
||||
sals_end = decode_line_1 (&arg1, DECODE_LINE_LIST_MODE,
|
||||
sal.symtab, sal.line);
|
||||
filter_sals (&sals);
|
||||
filter_sals (&sals_end);
|
||||
if (sals_end.nelts == 0)
|
||||
return;
|
||||
if (sals_end.nelts > 1)
|
||||
|
Loading…
Reference in New Issue
Block a user