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
 3300       return error;
 3309         return error;
 3311         error.SetErrorString("sending gdb watchpoint packet failed");
 3313       error.SetErrorString("watchpoints not supported");
 3315     error.SetErrorString("Watchpoint argument was NULL.");
 3317   if (error.Success())
 3318     error.SetErrorToGenericError();
 3319   return error;