Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp37 const FileSpec *crash_file_path) in CreateInstance() argument
40 if (crash_file_path == NULL) in CreateInstance()
HDProcessFreeBSD.h37 const lldb_private::FileSpec *crash_file_path);
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.h42 const lldb_private::FileSpec *crash_file_path);
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-interfaces.h32 …sSP (*ProcessCreateInstance) (Target &target, Listener &listener, const FileSpec *crash_file_path);
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h45 const lldb_private::FileSpec *crash_file_path);
HDProcessGDBRemote.cpp217 …cessGDBRemote::CreateInstance (Target &target, Listener &listener, const FileSpec *crash_file_path) in CreateInstance() argument
220 if (crash_file_path == NULL) in CreateInstance()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp954 …ugin (Target &target, const char *plugin_name, Listener &listener, const FileSpec *crash_file_path) in FindPlugin() argument
966 process_sp = create_callback(target, listener, crash_file_path); in FindPlugin()
982 process_sp = create_callback(target, listener, crash_file_path); in FindPlugin()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h1656 const FileSpec *crash_file_path);