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

References

tools/lldb/source/Target/Process.cpp
 1768     return error;
 1772     error.SetErrorString("BreakpointSite contains an invalid load address.");
 1773     return error;
 1780     error.SetErrorStringWithFormat("Process::GetSoftwareBreakpointTrapOpcode() "
 1788       error.SetErrorString(
 1790       return error;
 1795                      error) == bp_opcode_size) {
 1797       if (DoWriteMemory(bp_addr, bp_opcode_bytes, bp_opcode_size, error) ==
 1801                          error) == bp_opcode_size) {
 1811             error.SetErrorString(
 1814           error.SetErrorString(
 1817         error.SetErrorString("Unable to write breakpoint trap to memory.");
 1819       error.SetErrorString("Unable to read memory at breakpoint address.");
 1821   if (log && error.Fail())
 1826         bp_site->GetID(), (uint64_t)bp_addr, error.AsCString());
 1827   return error;