Searched refs:GetSoftwareBreakpointTrapOpcode (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h86 GetSoftwareBreakpointTrapOpcode (Target &target,
H A DPlatformLinux.cpp373 PlatformLinux::GetSoftwareBreakpointTrapOpcode (Target &target, function in class:PlatformLinux
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h81 GetSoftwareBreakpointTrapOpcode (lldb_private::Target &target,
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/MacOSX/
H A DPlatformDarwin.h53 GetSoftwareBreakpointTrapOpcode (lldb_private::Target &target,
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/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h102 GetSoftwareBreakpointTrapOpcode (lldb_private::Target &target,
H A DPlatformRemoteGDBServer.cpp150 PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) function in class:PlatformRemoteGDBServer
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h108 GetSoftwareBreakpointTrapOpcode(lldb_private::BreakpointSite* bp_site);
H A DProcessPOSIX.cpp627 ProcessPOSIX::GetSoftwareBreakpointTrapOpcode(BreakpointSite* bp_site) function in class:ProcessPOSIX
/external/lldb/include/lldb/Target/
H A DPlatform.h353 GetSoftwareBreakpointTrapOpcode (Target &target,
H A DProcess.h3202 GetSoftwareBreakpointTrapOpcode (BreakpointSite* bp_site);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2221 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode (bp_site);
2277 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode (bp_site);
/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 239 milliseconds