OSDN Git Service

* defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Jul 2004 19:23:54 +0000 (19:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Jul 2004 19:23:54 +0000 (19:23 +0000)
commit469f0cb4006e46f6a0dbe0044712123dc74ca0ba
tree9d965e9b60cfce0a6f907d5bf91215257b41b1d8
parentbe75459197a3c0df7337f88b8c2739fe3fbecb81
* 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.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/wince.c