Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcmd.c1767 char *full_exec_path = NULL; in attach_command() local
1820 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command()
1821 full_exec_path = savestring (exec_file, strlen (exec_file)); in attach_command()
1823 exec_file_attach (full_exec_path, from_tty); in attach_command()
1824 symbol_file_add_main (full_exec_path, from_tty); in attach_command()