reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1213 error.SetErrorString("SBProcess is invalid"); 1214 return LLDB_RECORD_RESULT(error); 1221 error.SetErrorString("the process is not stopped"); 1222 return LLDB_RECORD_RESULT(error); 1226 error.ref() = PluginManager::SaveCore(process_sp, core_file); 1227 return LLDB_RECORD_RESULT(error);