SymbolGroup Class
The SymbolGroup class creates a symbol group storing a tree of expanded symbols rooted on a fake "locals" root element. More...
Header: | #include <SymbolGroup> |
Inherited By: |
Detailed Description
Provides a find() function based on inames ("locals.this.i1.data") and dump() functions used for GDBMI-format dumping and debug helpers. Qt Creator's WatchModel is fed from this class. It basically represents the symbol group tree with some additional node types (Reference and Map Node types.