]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/symtab.h
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 16 Dec 2012 18:57:16 +0000 (18:57 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 16 Dec 2012 18:57:16 +0000 (18:57 +0000)
commitb57a636e4b4d23ba89c9d18118ed231500b0de06
tree0f84de7c407e0db84050d712234af6958f96f332
parent2344b8da6ee2fa235bce354c0da505933c055559
gdb/
Code cleanup.
* breakpoint.c (clear_command): Remove variable sal_name_len and its
initialization, remove it from the compare_filenames_for_search call.
* dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
name_len and its initialization, remove it from the
compare_filenames_for_search calls.
* psymtab.c (partial_map_symtabs_matching_filename): Likewise.
* symtab.c (compare_filenames_for_search): Remove the search_len
parameter, update the function comment, new variable search_len
initialized from SEARCH_NAME.
(iterate_over_some_symtabs): Remove variable name_len and its
initialization, remove it from the compare_filenames_for_search calls.
* symtab.h (compare_filenames_for_search): Remove the search_len
parameter,
gdb/ChangeLog
gdb/breakpoint.c
gdb/dwarf2read.c
gdb/psymtab.c
gdb/symtab.c
gdb/symtab.h