Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h96 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
H A DNativeProcessFreeBSD.cpp402 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessFreeBSD
418 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp413 auto expected_trap = GetSoftwareBreakpointTrapOpcode(size_hint); in EnableSoftwareBreakpoint()
487 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() function in NativeProcessProtocol
535 return cantFail(GetSoftwareBreakpointTrapOpcode(0)).size(); in GetSoftwareBreakpointPCOffset()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h80 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DPlatformRemoteGDBServer.cpp232 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode( in GetSoftwareBreakpointTrapOpcode() function in PlatformRemoteGDBServer
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h428 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h332 virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,
H A DProcess.h2025 size_t GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1718 size_t Process::GetSoftwareBreakpointTrapOpcode(BreakpointSite *bp_site) { in GetSoftwareBreakpointTrapOpcode() function in Process
1721 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode()
1748 const size_t bp_opcode_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableSoftwareBreakpoint()
H A DPlatform.cpp1874 size_t Platform::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode() function in Platform
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3148 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in EnableBreakpointSite()
3257 const size_t bp_op_size = GetSoftwareBreakpointTrapOpcode(bp_site); in DisableBreakpointSite()