Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfcmd.c2417 char *full_exec_path = NULL; in attach_command_post_wait() local
2439 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command_post_wait()
2440 full_exec_path = xstrdup (exec_file); in attach_command_post_wait()
2442 exec_file_attach (full_exec_path, from_tty); in attach_command_post_wait()
2443 symbol_file_add_main (full_exec_path, from_tty); in attach_command_post_wait()