Home
last modified time | relevance | path

Searched refs:GetSoftwareBreakpointTrapOpcode (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.h95 GetSoftwareBreakpointTrapOpcode(Target &target,
HDPlatformFreeBSD.cpp615 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) in GetSoftwareBreakpointTrapOpcode() function in PlatformFreeBSD
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.h105 GetSoftwareBreakpointTrapOpcode(lldb_private::BreakpointSite* bp_site);
HDProcessPOSIX.cpp607 ProcessPOSIX::GetSoftwareBreakpointTrapOpcode(BreakpointSite* bp_site) in GetSoftwareBreakpointTrapOpcode() function in ProcessPOSIX
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h117 GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) override;
HDPlatformRemoteGDBServer.cpp284 PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h395GetSoftwareBreakpointTrapOpcode (size_t trap_opcode_size_hint, size_t &actual_opcode_size, const u…
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSoftwareBreakpoint.cpp40 …Error error = process.GetSoftwareBreakpointTrapOpcode (size_hint, bp_opcode_size, bp_opcode_bytes); in CreateSoftwareBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h418 GetSoftwareBreakpointTrapOpcode (Target &target,
HDProcess.h2664 GetSoftwareBreakpointTrapOpcode (BreakpointSite* bp_site);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp2375 Process::GetSoftwareBreakpointTrapOpcode (BreakpointSite* bp_site) in GetSoftwareBreakpointTrapOpcode() function in Process
2379 return platform_sp->GetSoftwareBreakpointTrapOpcode (m_target, bp_site); in GetSoftwareBreakpointTrapOpcode()
2406 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp3115 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite()
3208 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode (bp_site); in DisableBreakpointSite()