Searched refs:LoadCore (Results 1 – 8 of 8) sorted by relevance
171 process = target.LoadCore('./a.out.core')174 ) lldb::SBTarget::LoadCore;
201 SBProcess LoadCore(const char *core_file);202 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
241 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget245 return LoadCore(core_file, error); in LoadCore()248 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget258 error.SetError(process_sp->LoadCore()); in LoadCore()
631 virtual Status LoadCore();
421 error = process_sp->LoadCore(); in DoExecute()
2761 Status Process::LoadCore() { in LoadCore() function in Process
3186 Status status = process_sp->LoadCore(); in SetCoreFile()
55897 result = (arg1)->LoadCore((char const *)arg2); in _wrap_SBTarget_LoadCore__SWIG_0()55934 result = (arg1)->LoadCore((char const *)arg2,*arg3); in _wrap_SBTarget_LoadCore__SWIG_1()