Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i171 process = target.LoadCore('./a.out.core')
174 ) lldb::SBTarget::LoadCore;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h196 SBProcess LoadCore(const char *core_file);
197 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.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/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h616 virtual Status LoadCore();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp420 error = process_sp->LoadCore(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2796 Status Process::LoadCore() { in LoadCore() function in Process
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3185 Status status = process_sp->LoadCore(); in SetCoreFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.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()