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

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3346       return error;
 3355         return error;
 3357         error.SetErrorString("sending gdb watchpoint packet failed");
 3361     error.SetErrorString("Watchpoint argument was NULL.");
 3363   if (error.Success())
 3364     error.SetErrorToGenericError();
 3365   return error;