/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.h | 80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
H A D | PlatformWindows.cpp | 568 PlatformWindows::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in PlatformWindows 598 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site); in GetSoftwareBreakpointTrapOpcode()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeProcessWindows.cpp | 292 NativeProcessWindows::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in lldb_private::NativeProcessWindows 305 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode() 312 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size(); in GetSoftwareBreakpointPCOffset()
|
H A D | NativeProcessWindows.h | 112 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | NativeProcessProtocol.cpp | 427 auto expected_trap = GetSoftwareBreakpointTrapOpcode(size_hint); in EnableSoftwareBreakpoint() 501 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessProtocol 563 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size(); in GetSoftwareBreakpointPCOffset()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.h | 98 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
|
H A D | NativeProcessFreeBSD.cpp | 412 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessFreeBSD 428 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.h | 80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
H A D | PlatformDarwin.cpp | 414 PlatformDarwin::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in PlatformDarwin 461 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site); in GetSoftwareBreakpointTrapOpcode()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 74 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
H A D | PlatformRemoteGDBServer.cpp | 142 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.h | 144 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
|
H A D | NativeProcessLinux.cpp | 1506 NativeProcessLinux::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessLinux 1524 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 465 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Platform.h | 312 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
|
H A D | Process.h | 2026 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2907 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite() 3016 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in DisableBreakpointSite() 5172 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchSoftwareBreakpoints() 5184 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchHardwareTraps()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | Process.cpp | 1749 size_t Process::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in GetSoftwareBreakpointTrapOpcode() function in Process 1752 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode() 1779 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint()
|
H A D | Platform.cpp | 1831 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in Platform
|