9#ifndef LLDB_CORE_VALUEOBJECTUPDATER_H
10#define LLDB_CORE_VALUEOBJECTUPDATER_H
A value object class that is seeded with the static variable value and it vends the user facing value...
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.
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