Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h134 GetPCfromBreakpointLocation(lldb::addr_t fail_value = LLDB_INVALID_ADDRESS);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp142 NativeRegisterContext::GetPCfromBreakpointLocation(lldb::addr_t fail_value) { in GetPCfromBreakpointLocation() function in NativeRegisterContext
H A DNativeProcessProtocol.cpp604 const lldb::addr_t initial_pc_addr = context.GetPCfromBreakpointLocation(); in FixupBreakpointPCAsNeeded()