Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp107 lldb::addr_t addr = GetStopAddress(); in GetRealStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h92 lldb::addr_t GetStopAddress() { return m_stop_address; } in GetStopAddress() function