Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i251 loads a new core file and returns the process object.") LoadCore;
253 LoadCore(const char *core_file);
256 LoadCore(const char *core_file, lldb::SBError &error);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h180 SBProcess LoadCore(const char *core_file);
181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp232 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget
236 return LoadCore(core_file, error); in LoadCore()
239 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget
250 error.SetError(process_sp->LoadCore()); in LoadCore()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h595 virtual Status LoadCore();
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp656 g_vsc.target.LoadCore(core_file.data(), error); in request_attach()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp418 error = process_sp->LoadCore(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2608 Status Process::LoadCore() { in LoadCore() function in Process
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3186 Status status = process_sp->LoadCore(); in SetCoreFile()