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
 3116     return error;
 3140       return error;
 3153         error.SetErrorStringWithFormat(
 3156         error.SetErrorString("error sending the breakpoint request");
 3157       return error;
 3180       return error;
 3188         error.SetErrorStringWithFormat(
 3193         error.SetErrorString("error sending the hardware breakpoint request "
 3196       return error;
 3208     error.SetErrorString("hardware breakpoints are not supported");
 3209     return error;