Go to the documentation of this file.
9 #ifndef LLDB_CORE_VALUEOBJECTUPDATER_H
10 #define LLDB_CORE_VALUEOBJECTUPDATER_H
36 lldb::ValueObjectSP
GetSP();
43 #endif // LLDB_CORE_VALUEOBJECTUPDATER_H
ValueObjectUpdater(lldb::ValueObjectSP in_valobj_sp)
lldb::ValueObjectSP GetSP()
Gets the correct value object from the root object for a given process stop ID.
lldb::ValueObjectSP m_root_valobj_sp
The root value object is the static typed variable object.
A value object class that is seeded with the static variable value and it vends the user facing value...
uint32_t m_stop_id
The stop ID that m_user_valobj_sp is valid for.
lldb::ProcessSP GetProcessSP() const
A class that represents a running process on the host machine.
lldb::ValueObjectSP m_user_valobj_sp
The user value object is the value object the user wants to see.