diff options
author | Keith Seitz <keiths@redhat.com> | 2012-07-23 20:40:07 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2012-07-23 20:40:07 +0000 |
commit | 64b92e45d3066b83d0cabfd361c77956eed9f884 (patch) | |
tree | 01b86ed1baceee5c565736689ca5f67f9573068c /gdb/ChangeLog | |
parent | 0f5f4ffe7a8025a0cfb16b9a71c8c7347280bc5e (diff) | |
download | gdb-64b92e45d3066b83d0cabfd361c77956eed9f884.zip gdb-64b92e45d3066b83d0cabfd361c77956eed9f884.tar.gz gdb-64b92e45d3066b83d0cabfd361c77956eed9f884.tar.bz2 |
* linespec.c (convert_linespec_to_sal): Don't add
any symbols to the result vector if symbol_to_sal
returns zero.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3449cc6..4f756ad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-07-23 Keith Seitz <keiths@redhat.com> + * linespec.c (convert_linespec_to_sal): Don't add + any symbols to the result vector if symbol_to_sal + returns zero. + +2012-07-23 Keith Seitz <keiths@redhat.com> + * linespec.c (decode_objc): Record the function name in the linespec. |