27 const uint32_t current_stop_id = process_sp->GetLastNaturalStopID();
lldb::ValueObjectSP m_user_valobj_sp
The user value object is the value object the user wants to see.
lldb::ProcessSP GetProcessSP() const
lldb::ValueObjectSP GetSP()
Gets the correct value object from the root object for a given process stop ID.
ValueObjectUpdater(lldb::ValueObjectSP in_valobj_sp)
uint32_t m_stop_id
The stop ID that m_user_valobj_sp is valid for.
lldb::ValueObjectSP m_root_valobj_sp
The root value object is the static typed variable object.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP
std::shared_ptr< lldb_private::Process > ProcessSP