HomeSort by: relevance | last modified time | path
    Searched defs:exec_file_host (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
exec.c 168 try_open_exec_file (const char *exec_file_host, struct inferior *inf,
186 /* We must do this step even if exec_file_host is NULL, so that
188 exec_file_attach (exec_file_host, add_flags & SYMFILE_VERBOSE);
198 if (exec_file_host != NULL)
202 symbol_file_add_main (exec_file_host, add_flags);
335 gdb::unique_xmalloc_ptr<char> exec_file_host member in class:gdb
345 try_open_exec_file (exec_file_host.get (), current_inferior (), add_flags);
infrun.c 1306 gdb::unique_xmalloc_ptr<char> exec_file_host
1313 if (exec_file_host == nullptr)
1371 try_open_exec_file (exec_file_host.get (), following_inferior,
1305 gdb::unique_xmalloc_ptr<char> exec_file_host member in class:gdb
  /src/external/gpl3/gdb.old/dist/gdb/
exec.c 165 try_open_exec_file (const char *exec_file_host, struct inferior *inf,
183 /* We must do this step even if exec_file_host is NULL, so that
185 exec_file_attach (exec_file_host, add_flags & SYMFILE_VERBOSE);
195 if (exec_file_host != NULL)
199 symbol_file_add_main (exec_file_host, add_flags);
331 gdb::unique_xmalloc_ptr<char> exec_file_host member in class:gdb
341 try_open_exec_file (exec_file_host.get (), current_inferior (), add_flags);
infrun.c 1302 gdb::unique_xmalloc_ptr<char> exec_file_host
1309 if (exec_file_host == nullptr)
1366 try_open_exec_file (exec_file_host.get (), following_inferior,
1301 gdb::unique_xmalloc_ptr<char> exec_file_host member in class:gdb

Completed in 26 milliseconds