Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Host/
DNativeProcessProtocolTest.cpp24 auto Trap = cantFail(Process.GetSoftwareBreakpointTrapOpcode(1)); in TEST()
49 auto Trap = cantFail(Process.GetSoftwareBreakpointTrapOpcode(1)); in TEST()
64 auto Trap = cantFail(Process.GetSoftwareBreakpointTrapOpcode(1)); in TEST()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp218 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in PlatformFreeBSD
246 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site); in GetSoftwareBreakpointTrapOpcode()
DPlatformFreeBSD.h47 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp445 auto expected_trap = GetSoftwareBreakpointTrapOpcode(size_hint); in EnableSoftwareBreakpoint()
519 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessProtocol
562 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size(); in GetSoftwareBreakpointPCOffset()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h53 size_t GetSoftwareBreakpointTrapOpcode(
DPlatformDarwin.cpp447 PlatformDarwin::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in PlatformDarwin
494 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/unittests/TestingSupport/Host/
DNativeProcessTestUtils.h95 using T::GetSoftwareBreakpointTrapOpcode;
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
DPlatformRemoteGDBServer.cpp228 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h100 GetSoftwareBreakpointTrapOpcode(lldb_private::BreakpointSite *bp_site);
DProcessFreeBSD.cpp634 ProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in GetSoftwareBreakpointTrapOpcode() function in ProcessFreeBSD
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h131 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
DNativeProcessLinux.cpp1513 NativeProcessLinux::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessLinux
1531 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h454 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h332 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
DProcess.h2016 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
/external/llvm-project/lldb/source/Target/
DProcess.cpp1853 size_t Process::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in GetSoftwareBreakpointTrapOpcode() function in Process
1856 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode()
1883 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint()
DPlatform.cpp1876 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in Platform
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3088 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite()
3197 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in DisableBreakpointSite()