Searched refs:LoadCore (Results 1 – 8 of 8) sorted by relevance
171 process = target.LoadCore('./a.out.core')174 ) lldb::SBTarget::LoadCore;
196 SBProcess LoadCore(const char *core_file);197 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
240 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget244 return LoadCore(core_file, error); in LoadCore()247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget258 error.SetError(process_sp->LoadCore()); in LoadCore()
616 virtual Status LoadCore();
420 error = process_sp->LoadCore(); in DoExecute()
2796 Status Process::LoadCore() { in LoadCore() function in Process
3185 Status status = process_sp->LoadCore(); in SetCoreFile()
54746 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()