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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1002       error = SetSoftwareBreakpoint(next_pc, 2);
 1005       error = SetSoftwareBreakpoint(next_pc, 4);
 1008     error = SetSoftwareBreakpoint(next_pc, 4);
 1011     error = SetSoftwareBreakpoint(next_pc, 0);
 1016   if (error.GetError() == EIO || error.GetError() == EFAULT) {
 1016   if (error.GetError() == EIO || error.GetError() == EFAULT) {
 1018   } else if (error.Fail())
 1019     return error;