Home
last modified time | relevance | path

Searched defs:LoadCore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp240 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget
247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2796 Status Process::LoadCore() { in LoadCore() function in Process