aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-02-03 16:03:07 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-02-03 16:03:07 +0000
commit652a899601383bee12293508992ca5f5e0d76967 (patch)
tree8583d93154479945d63136f771a5f35c86333479 /gdb/ChangeLog
parentaf529f8f61348016fc75bcb2e09c8f5d8bd1cc3a (diff)
downloadgdb-652a899601383bee12293508992ca5f5e0d76967.zip
gdb-652a899601383bee12293508992ca5f5e0d76967.tar.gz
gdb-652a899601383bee12293508992ca5f5e0d76967.tar.bz2
gdb/
Code cleanup. * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ... (dw2_expand_symtabs_with_fullname): ... here. Rename parameter filename to fullname. Rename variable this_name to this_fullname. Lowercase FILENAME_CMP call. (dw2_find_symbol_file): New comment for the returned string. (dwarf2_gdb_index_functions): Rename the function to dw2_expand_symtabs_with_fullname. * psymtab.c (read_psymtabs_with_filename): Rename to ... (read_psymtabs_with_fullname): ... here. Rename parameter filename to fullname. (psym_functions): Rename the function to read_psymtabs_with_fullname. * symfile.h (struct quick_symbol_functions): Rename field expand_symtabs_with_filename to expand_symtabs_with_fullname and its parameter filename to fullname. Document returned string meaning for find_symbol_file. * symtab.c (find_line_symtab): Rename the called function to expand_symtabs_with_fullname.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a71f52..2b3899f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,27 @@
2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
Code cleanup.
+ * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
+ (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
+ filename to fullname. Rename variable this_name to this_fullname.
+ Lowercase FILENAME_CMP call.
+ (dw2_find_symbol_file): New comment for the returned string.
+ (dwarf2_gdb_index_functions): Rename the function to
+ dw2_expand_symtabs_with_fullname.
+ * psymtab.c (read_psymtabs_with_filename): Rename to ...
+ (read_psymtabs_with_fullname): ... here. Rename parameter filename to
+ fullname.
+ (psym_functions): Rename the function to read_psymtabs_with_fullname.
+ * symfile.h (struct quick_symbol_functions): Rename field
+ expand_symtabs_with_filename to expand_symtabs_with_fullname and its
+ parameter filename to fullname. Document returned string meaning for
+ find_symbol_file.
+ * symtab.c (find_line_symtab): Rename the called function to
+ expand_symtabs_with_fullname.
+
+2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Code cleanup.
* breakpoint.c (clear_command): Remove variable is_abs, unify the
call of filename_cmp with compare_filenames_for_search.
* dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable