GDB (xrefs)
|
#include "varobj.h"
Public Member Functions | |
varobj_update_result (struct varobj *varobj_, varobj_scope_status status_=VAROBJ_IN_SCOPE) | |
varobj_update_result (varobj_update_result &&other)=default | |
DISABLE_COPY_AND_ASSIGN (varobj_update_result) | |
Public Attributes | |
struct varobj * | varobj |
bool | type_changed = false |
bool | children_changed = false |
bool | changed = false |
enum varobj_scope_status | status |
bool | value_installed = false |
std::vector< struct varobj * > | newobj |
|
inline |
|
default |
varobj_update_result::DISABLE_COPY_AND_ASSIGN | ( | varobj_update_result | ) |
bool varobj_update_result::changed = false |
Definition at line 74 of file varobj.h.
Referenced by varobj_update().
bool varobj_update_result::children_changed = false |
Definition at line 73 of file varobj.h.
Referenced by varobj_update().
std::vector<struct varobj *> varobj_update_result::newobj |
Definition at line 85 of file varobj.h.
Referenced by varobj_update().
enum varobj_scope_status varobj_update_result::status |
Definition at line 75 of file varobj.h.
Referenced by varobj_update().
bool varobj_update_result::type_changed = false |
Definition at line 72 of file varobj.h.
Referenced by varobj_update().
bool varobj_update_result::value_installed = false |
Definition at line 79 of file varobj.h.
Referenced by varobj_update().
struct varobj* varobj_update_result::varobj |
Definition at line 71 of file varobj.h.
Referenced by varobj_update().