Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h134 GetPCfromBreakpointLocation(lldb::addr_t fail_value = LLDB_INVALID_ADDRESS);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp139 NativeRegisterContext::GetPCfromBreakpointLocation(lldb::addr_t fail_value) { in GetPCfromBreakpointLocation() function in NativeRegisterContext
H A DNativeProcessProtocol.cpp608 const lldb::addr_t initial_pc_addr = context.GetPCfromBreakpointLocation(); in FixupBreakpointPCAsNeeded()