Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DPlatformWindows.cpp568 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 DNativeProcessWindows.cpp292 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 DNativeProcessWindows.h112 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp427 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 DNativeProcessFreeBSD.h98 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
H A DNativeProcessFreeBSD.cpp412 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 DPlatformDarwin.h80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DPlatformDarwin.cpp414 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 DPlatformRemoteGDBServer.h74 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DPlatformRemoteGDBServer.cpp142 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h144 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
H A DNativeProcessLinux.cpp1506 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 DNativeProcessProtocol.h465 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h312 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DProcess.h2026 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2907 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 DProcess.cpp1749 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 DPlatform.cpp1831 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in Platform