Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h188 SBProcess LoadCore(const char *core_file);
189 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp220 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget
222 return LoadCore(core_file, error); in LoadCore()
225 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget
234 error.SetError(process_sp->LoadCore()); in LoadCore()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h811 virtual Status LoadCore();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp424 error = process_sp->LoadCore(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2831 Status Process::LoadCore() { in LoadCore() function in Process