Home
last modified time | relevance | path

Searched refs:solib_find (Results 1 – 25 of 25) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsolist.h149 extern char *solib_find (char *in_pathname, int *fd);
H A Dsolib-darwin.c423 found_pathname = solib_find (pathname, &found_file); in darwin_bfd_open()
H A Dsolib.c157 solib_find (char *in_pathname, int *fd) in solib_find() function
421 found_pathname = solib_find (pathname, &found_file); in solib_bfd_open()
H A DChangeLog-20106299 * solib.c (solib_find): Delete unused variable.
6667 * solib.c (solib_find): Handle DOS-based filesystems. Handle
9215 * solib.c (solib_find): Replace extension if
10850 * solib.c (solib_find): Use environment of the current inferior.
H A DChangeLog-200913114 (solib_find): Add prototype.
13116 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
13119 solib_find and solib_bfd_open otherwise.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsolist.h160 extern char *solib_find (char *in_pathname, int *fd);
H A Dsolib.c144 solib_find (char *in_pathname, int *fd) in solib_find() function
404 found_pathname = solib_find (pathname, &found_file); in solib_bfd_open()
H A Dsolib-darwin.c608 found_pathname = solib_find (pathname, &found_file); in darwin_bfd_open()
H A DChangeLog-20106299 * solib.c (solib_find): Delete unused variable.
6667 * solib.c (solib_find): Handle DOS-based filesystems. Handle
9215 * solib.c (solib_find): Replace extension if
10850 * solib.c (solib_find): Use environment of the current inferior.
H A DChangeLog-200913114 (solib_find): Add prototype.
13116 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
13119 solib_find and solib_bfd_open otherwise.
H A DChangeLog-20114012 * solib.c (solib_find, solib_map_sections, update_solib_list)
5460 * solib.c (solib_find): Call do_cleanups on early exit path.
H A DChangeLog-20122521 * solib.c (solib_find): Prevent GDB from loading native libraries when
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsolist.h186 extern gdb::unique_xmalloc_ptr<char> solib_find (const char *in_pathname,
H A Dsolib.c423 solib_find (const char *in_pathname, int *fd) in solib_find() function
489 = solib_find (pathname, &found_file); in solib_bfd_open()
H A Dsolib-darwin.c654 = solib_find (pathname, &found_file); in darwin_bfd_open()
H A Dsolib-aix.c591 = solib_find (filename.c_str (), &found_file); in solib_aix_bfd_open()
H A DChangeLog-20153691 (solib_find): Likewise.
10099 (solib_find): Likewise.
10496 (solib_find): ...here.
10849 * solib.c (solib_find): Strip "target:" prefix from sysroot
10878 * solib.c (solib_find): Replace remote-specific handling with
H A DChangeLog-20133383 * solib.c (solib_find): When deciding whether we need to add a
4113 * solib.c (solib_find): Likewise. Four times.
6680 * solib.c (solib_find): Don't need dir separator if path has
7138 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
8430 * solib.c (solib_find): Use gdb_open_cloexec.
H A DChangeLog-20106299 * solib.c (solib_find): Delete unused variable.
6667 * solib.c (solib_find): Handle DOS-based filesystems. Handle
9215 * solib.c (solib_find): Replace extension if
10850 * solib.c (solib_find): Use environment of the current inferior.
H A DChangeLog-2016443 * solib.c (solib_find_1, exec_file_find, solib_find): Constify
447 (exec_file_find, solib_find): Constify 'in_pathname' parameter.
4053 * solib-aix.c (solib_aix_bfd_open): Call solib_find so that sysroot
H A DChangeLog-200913110 (solib_find): Add prototype.
13112 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
13115 solib_find and solib_bfd_open otherwise.
H A DChangeLog-20114012 * solib.c (solib_find, solib_map_sections, update_solib_list)
5460 * solib.c (solib_find): Call do_cleanups on early exit path.
H A DChangeLog-201815358 * solist.h (exec_file_find, solib_find): Return
15362 (exec_file_find, solib_find): Likewise.
H A DChangeLog-20122519 * solib.c (solib_find): Prevent GDB from loading native libraries when
H A DChangeLog-20191863 (solib_find): Change int to bool.