Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp604 const lldb::addr_t initial_pc_addr = context.GetPCfromBreakpointLocation(); in FixupBreakpointPCAsNeeded() local
605 lldb::addr_t breakpoint_addr = initial_pc_addr; in FixupBreakpointPCAsNeeded()
625 thread.GetID(), initial_pc_addr, breakpoint_addr); in FixupBreakpointPCAsNeeded()