Searched refs:LoadCore (Results 1 – 8 of 8) sorted by relevance
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);
180 SBProcess LoadCore(const char *core_file);181 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
232 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget236 return LoadCore(core_file, error); in LoadCore()239 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget250 error.SetError(process_sp->LoadCore()); in LoadCore()
595 virtual Status LoadCore();
656 g_vsc.target.LoadCore(core_file.data(), error); in request_attach()
418 error = process_sp->LoadCore(); in DoExecute()
2608 Status Process::LoadCore() { in LoadCore() function in Process
3186 Status status = process_sp->LoadCore(); in SetCoreFile()