Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h389 lldb::SBError SaveCore(const char *file_name);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h221 static Status SaveCore(const lldb::ProcessSP &process_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1335 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess
1352 error.ref() = PluginManager::SaveCore(process_sp, core_file); in SaveCore()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp1283 Status error = PluginManager::SaveCore(process_sp, output_file); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1121 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager