Searched refs:LoadCore (Results 1 – 5 of 5) sorted by relevance
188 SBProcess LoadCore(const char *core_file);189 SBProcess LoadCore(const char *core_file, lldb::SBError &error);
220 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore() function in SBTarget222 return LoadCore(core_file, error); in LoadCore()225 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore() function in SBTarget234 error.SetError(process_sp->LoadCore()); in LoadCore()
811 virtual Status LoadCore();
424 error = process_sp->LoadCore(); in DoExecute()
2831 Status Process::LoadCore() { in LoadCore() function in Process