diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-07-30 19:23:54 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-07-30 19:23:54 +0000 |
commit | 0b66e38ceaeab28fb4138f6e4b42d1f70116a46b (patch) | |
tree | 2fe988025b71c05df00c75ec395034c740b8b193 /gdb/ChangeLog | |
parent | 014d698b35008f566973fc2fe0d4a0d3e3009a06 (diff) | |
download | gdb-0b66e38ceaeab28fb4138f6e4b42d1f70116a46b.zip gdb-0b66e38ceaeab28fb4138f6e4b42d1f70116a46b.tar.gz gdb-0b66e38ceaeab28fb4138f6e4b42d1f70116a46b.tar.bz2 |
* defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
* exec.c (exec_file_attach):
* nto-tdep.c (nto_find_and_open_solib):
* pa64solib.c (pa64_solib_sizeof_symbol_table):
* solib.c (solib_open):
* somsolib.c (som_solib_sizeof_symbol_table):
* source.c (is_regular_file, openp, open_source_file):
* symfile.c (symfile_bfd_open):
* wince.c (upload_to_device): Differentiate between the search for
binary and source files.
* gdb.texinfo (Source Path): Document the new behavior of
searching for the source files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f42911d..4932138 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr> + + * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros. + + * exec.c (exec_file_attach): + * nto-tdep.c (nto_find_and_open_solib): + * pa64solib.c (pa64_solib_sizeof_symbol_table): + * solib.c (solib_open): + * somsolib.c (som_solib_sizeof_symbol_table): + * source.c (is_regular_file, openp, open_source_file): + * symfile.c (symfile_bfd_open): + * wince.c (upload_to_device): Differentiate between the search for + binary and source files. + 2004-07-30 Andrew Cagney <cagney@gnu.org> * complaints.c (_initialize_complaints): Pass NULL to |