OSDN Git Service

* defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
authoreliz <eliz>
Fri, 30 Jul 2004 19:23:51 +0000 (19:23 +0000)
committereliz <eliz>
Fri, 30 Jul 2004 19:23:51 +0000 (19:23 +0000)
commit29ecdf10090ccb8509d8980a32eff356e7243d5f
tree6ab49f18d39a58417eeeb8ab23abc7e4944edede
parentd93d65d8ffbfadfd7fb906cbdb8af797e44a344f
* 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