Home
last modified time | relevance | path

Searched refs:exec_file_host (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dexec.c165 try_open_exec_file (const char *exec_file_host, struct inferior *inf, in try_open_exec_file() argument
185 exec_file_attach (exec_file_host, add_flags & SYMFILE_VERBOSE); in try_open_exec_file()
195 if (exec_file_host != NULL) in try_open_exec_file()
199 symbol_file_add_main (exec_file_host, add_flags); in try_open_exec_file()
331 gdb::unique_xmalloc_ptr<char> exec_file_host in exec_file_locate_attach() local
341 try_open_exec_file (exec_file_host.get (), current_inferior (), add_flags); in exec_file_locate_attach()
Dexec.h105 extern void try_open_exec_file (const char *exec_file_host,
Dinfrun.c1301 gdb::unique_xmalloc_ptr<char> exec_file_host in follow_exec() local
1308 if (exec_file_host == nullptr) in follow_exec()
1365 try_open_exec_file (exec_file_host.get (), following_inferior, in follow_exec()