]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
commit 835cf7647bf08d33e2c7286b45658cc58704b363
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 2 Jul 2011 19:40:12 +0000 (19:40 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 2 Jul 2011 19:40:12 +0000 (19:40 +0000)
commitd284caba2c48edc5701b1ebc0397ee4362e44d75
tree865a221ca2e065d435461589887788a2ddd88040
parent1bdd1dd859813e331aebfecb3742dae0d33e7529
commit 835cf7647bf08d33e2c7286b45658cc58704b363
Author: Keith Seitz <keiths@redhat.com>
Date:   Tue May 31 22:13:51 2011 +0000

gdb/
PR c++/12750
* linespec.c (get_search_block): New function.
(find_methods): Add FILE_SYMTATB parameter and use it and
get_search_block to pass an appropriate block to
lookup_symbol_in_namespace.
(decode_line_1): Record if *ARGPTR is single-quote enclosed.
Check if *ARGPTR starts with a filename first.
If it does, call locate_first_half again to locate the next
"first half" of the linespec.
Pass FILE_SYMTATB to decode_objc and decode_compound.
Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
(locate_first_half): Stop on the first colon seen.
(decode_compound): Add FILE_SYMTAB parameter.
Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
(lookup_prefix_sym): Add FILE_SYMTAB parameter and use
get_search_block with lookup_symbol.
(find_method): Add FILE_SYMTAB parameter and pass it to
find_methods.
(decode_objc): Use get_search_block.
gdb/ChangeLog
gdb/linespec.c