diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-12-14 12:50:39 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-12-14 12:50:39 +0000 |
commit | 874f57650c1c8be126f9f637fc6cd09af7b3ade8 (patch) | |
tree | 8097283d62d333311d146b0497e228629c1ef421 /gdb/ChangeLog | |
parent | 3aa4238e2615dcd93c7f437e00645b4f413aa749 (diff) | |
download | gdb-874f57650c1c8be126f9f637fc6cd09af7b3ade8.zip gdb-874f57650c1c8be126f9f637fc6cd09af7b3ade8.tar.gz gdb-874f57650c1c8be126f9f637fc6cd09af7b3ade8.tar.bz2 |
2009-12-11 Tristan Gingold <gingold@adacore.com>
* symfile.h (find_separate_debug_file_by_buildid): Remove prototype.
(bfd_open_maybe_remote): New prototype.
* symfile.c (bfd_open_maybe_remote): New function.
(separate_debug_file_exists, reread_symbols): Use it.
(struct build_id, build_id_bfd_get, build_id_verify)
(build_id_to_debug_filename)
(find_separate_debug_file_by_buildid): Move these ...
* elfread.c (struct build_id)
(build_id_bfd_get, build_id_verify, build_id_to_debug_filename)
(find_separate_debug_file_by_buildid): ... here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7ccc4a5..ecedf09 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2009-12-14 Tristan Gingold <gingold@adacore.com> + + * symfile.h (find_separate_debug_file_by_buildid): Remove prototype. + (bfd_open_maybe_remote): New prototype. + * symfile.c (bfd_open_maybe_remote): New function. + (separate_debug_file_exists, reread_symbols): Use it. + (struct build_id, build_id_bfd_get, build_id_verify) + (build_id_to_debug_filename) + (find_separate_debug_file_by_buildid): Move these ... + * elfread.c (struct build_id) + (build_id_bfd_get, build_id_verify, build_id_to_debug_filename) + (find_separate_debug_file_by_buildid): ... here. + 2009-12-13 Paul N. Hilfinger <hilfinger@adacore.com> * dwarf2read.c (struct attribute): Increase sizes of unsnd and snd |