Searched refs:GetSoftwareBreakpointTrapOpcode (Results 1 – 11 of 11) sorted by relevance
427 auto expected_trap = GetSoftwareBreakpointTrapOpcode(size_hint); in EnableSoftwareBreakpoint()501 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessProtocol567 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size(); in GetSoftwareBreakpointPCOffset()
99 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
431 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in Resume() 447 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in Resume() 410 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { GetSoftwareBreakpointTrapOpcode() function in NativeProcessFreeBSD
74 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
148 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
472 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
330 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
2144 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
2991 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite() 3100 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in DisableBreakpointSite() 5708 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout());5720 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout());
1793 size_t Process::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in EnableSoftwareBreakpoint() 1796 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in EnableSoftwareBreakpoint() 1823 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint() 1826 error.SetErrorStringWithFormat("Process::GetSoftwareBreakpointTrapOpcode() " in EnableSoftwareBreakpoint() 1761 size_t Process::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { GetSoftwareBreakpointTrapOpcode() function in Process
1941 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in DoConnectProcess() 1989 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, GetSoftwareBreakpointTrapOpcode() function in Platform