Searched refs:LoadCore (Results 1 – 8 of 8) sorted by relevance
174 ) lldb::SBTarget::LoadCore;
185 SBProcess LoadCore(const char *core_file);186 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
233 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget237 return LoadCore(core_file, error); in LoadCore()240 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget251 error.SetError(process_sp->LoadCore()); in LoadCore()
612 virtual Status LoadCore();
2633 Status Process::LoadCore() { in LoadCore() function in Process
438 error = process_sp->LoadCore(); in DoExecute()
3185 Status status = process_sp->LoadCore(); in SetCoreFile()
51922 result = (arg1)->LoadCore((char const *)arg2); in _wrap_SBTarget_LoadCore__SWIG_0()51959 result = (arg1)->LoadCore((char const *)arg2,*arg3); in _wrap_SBTarget_LoadCore__SWIG_1()