Home
last modified time | relevance | path

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

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