Searched defs:GetSoftwareBreakpointTrapOpcode (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp373 PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target, function in class:PlatformLinux
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp284 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) function in class:PlatformFreeBSD
293 assert(false && "Unhandled architecture in PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode()");
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp150 PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) function in class:PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp373 PlatformDarwin::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) function in class:PlatformDarwin
426 assert(!"Unhandled architecture in PlatformDarwin::GetSoftwareBreakpointTrapOpcode()");
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp627 ProcessPOSIX::GetSoftwareBreakpointTrapOpcode(BreakpointSite* bp_site) function in class:ProcessPOSIX
/external/lldb/source/Target/
H A DProcess.cpp2133 Process::GetSoftwareBreakpointTrapOpcode (BreakpointSite* bp_site) function in class:Process
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);

Completed in 144 milliseconds