reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  183       error.Clear();
  186       error.SetErrorStringWithFormat("unable to find executable for '%s'",
  191       error =
  198         error.Clear();
  200         error.SetErrorStringWithFormat("the platform is not currently "
  207   if (error.Success()) {
  209       error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp,
  214         error.SetErrorStringWithFormat(
  227         error = ModuleList::GetSharedModule(resolved_module_spec, exe_module_sp,
  231         if (error.Success()) {
  235             error.SetErrorToGenericError();
  244       if (error.Fail() || !exe_module_sp) {
  247           error.SetErrorStringWithFormat(
  252           error.SetErrorStringWithFormat(
  260   return error;