Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
567 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size(); in GetSoftwareBreakpointPCOffset()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h99 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
H A DNativeProcessFreeBSD.cpp410 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessFreeBSD
426 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h74 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DPlatformRemoteGDBServer.cpp148 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h472 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h343 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DProcess.h2119 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2970 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite()
3079 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in DisableBreakpointSite()
5531 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchSoftwareBreakpoints()
5543 GetSoftwareBreakpointTrapOpcode(bp_site), GetInterruptTimeout()); in DidForkSwitchHardwareTraps()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1761 size_t Process::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in GetSoftwareBreakpointTrapOpcode() function in Process
1764 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode()
1791 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint()
H A DPlatform.cpp1989 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in Platform