/external/llvm-project/lldb/unittests/Host/ |
D | NativeProcessProtocolTest.cpp | 24 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/ |
D | PlatformFreeBSD.cpp | 218 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in PlatformFreeBSD 246 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site); in GetSoftwareBreakpointTrapOpcode()
|
D | PlatformFreeBSD.h | 47 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
/external/llvm-project/lldb/source/Host/common/ |
D | NativeProcessProtocol.cpp | 445 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/ |
D | PlatformDarwin.h | 53 size_t GetSoftwareBreakpointTrapOpcode(
|
D | PlatformDarwin.cpp | 447 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/ |
D | NativeProcessTestUtils.h | 95 using T::GetSoftwareBreakpointTrapOpcode;
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
D | PlatformRemoteGDBServer.cpp | 228 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.h | 100 GetSoftwareBreakpointTrapOpcode(lldb_private::BreakpointSite *bp_site);
|
D | ProcessFreeBSD.cpp | 634 ProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in GetSoftwareBreakpointTrapOpcode() function in ProcessFreeBSD
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.h | 131 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
|
D | NativeProcessLinux.cpp | 1513 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/ |
D | NativeProcessProtocol.h | 454 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Platform.h | 332 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
D | Process.h | 2016 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 1853 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()
|
D | Platform.cpp | 1876 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in Platform
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 3088 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite() 3197 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in DisableBreakpointSite()
|