Home
last modified time | relevance | path

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

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