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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfcmd.c1780 char *full_exec_path = NULL;
1833 if (!source_full_path_of (exec_file, &full_exec_path))
1834 full_exec_path = savestring (exec_file, strlen (exec_file));
1836 exec_file_attach (full_exec_path, from_tty);
1837 symbol_file_add_main (full_exec_path, from_tty);
1767 char *full_exec_path = NULL; local

Completed in 39 milliseconds