Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTargetDocstrings.i174 ) lldb::SBTarget::LoadCore;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h196 SBProcess LoadCore(const char *core_file);
197 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp240 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget
244 return LoadCore(core_file, error); in LoadCore()
247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget
258 error.SetError(process_sp->LoadCore()); in LoadCore()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h616 virtual Status LoadCore();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp420 error = process_sp->LoadCore(); in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp2796 Status Process::LoadCore() { in LoadCore() function in Process
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp3185 Status status = process_sp->LoadCore(); in SetCoreFile()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp54746 result = (arg1)->LoadCore((char const *)arg2); in _wrap_SBTarget_LoadCore__SWIG_0()
54783 result = (arg1)->LoadCore((char const *)arg2,*arg3); in _wrap_SBTarget_LoadCore__SWIG_1()