Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h180 SBProcess LoadCore(const char *core_file);
181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp252 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget
253 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *), in LoadCore()
257 return LLDB_RECORD_RESULT(LoadCore(core_file, error)); in LoadCore()
260 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget
261 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, LoadCore, in LoadCore()
272 error.SetError(process_sp->LoadCore()); in LoadCore()
2515 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LoadCore, (const char *)); in RegisterMethods()
2516 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, LoadCore, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h610 virtual Status LoadCore();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp405 error = process_sp->LoadCore(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2580 Status Process::LoadCore() { in LoadCore() function in Process
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp47388 result = (arg1)->LoadCore((char const *)arg2); in _wrap_SBTarget_LoadCore__SWIG_0()
47425 result = (arg1)->LoadCore((char const *)arg2,*arg3); in _wrap_SBTarget_LoadCore__SWIG_1()