Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp103 lldb::addr_t addr = GetStopAddress(); in GetRealStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h91 lldb::addr_t GetStopAddress() { return m_stop_address; } in GetStopAddress() function