Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDinfcmd.c1783 char *full_exec_path = NULL; in attach_command() local
1839 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command()
1840 full_exec_path = savestring (exec_file, strlen (exec_file)); in attach_command()
1842 exec_file_attach (full_exec_path, from_tty); in attach_command()
1843 symbol_file_add_main (full_exec_path, from_tty); in attach_command()