Searched refs:LoadCore (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 251 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 D | SBTarget.h | 180 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 D | SBTarget.cpp | 252 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 D | Process.h | 610 virtual Status LoadCore();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 405 error = process_sp->LoadCore(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2580 Status Process::LoadCore() { in LoadCore() function in Process
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 47388 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()
|