Home
last modified time | relevance | path

Searched refs:GetSoftwareBreakpointPCOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp556 size_t NativeProcessProtocol::GetSoftwareBreakpointPCOffset() { in GetSoftwareBreakpointPCOffset() function in NativeProcessProtocol
589 uint32_t breakpoint_size = GetSoftwareBreakpointPCOffset(); in FixupBreakpointPCAsNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h316 Status GetSoftwareBreakpointPCOffset(uint32_t &actual_opcode_size);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h462 virtual size_t GetSoftwareBreakpointPCOffset();