Home | History | Annotate | Download | only in Target

Lines Matching defs:GetSoftwareBreakpointTrapOpcode

2133 Process::GetSoftwareBreakpointTrapOpcode (BreakpointSite* bp_site)
2137 return platform_sp->GetSoftwareBreakpointTrapOpcode (m_target, bp_site);
2164 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site);
2168 error.SetErrorStringWithFormat ("Process::GetSoftwareBreakpointTrapOpcode() returned zero, unable to get breakpoint trap for address 0x%" PRIx64, bp_addr);