GdbMiVariable.this
this
(GdbMiSession session, string name, string expression, string type, int numChildren) @safe pure nothrow @nogcCreates a variable object wrapper.
Parameters
session | Active GDB session. |
name | Variable object name. |
expression | Expression tracked by the object. |
type | Variable type. |
numChildren | Number of children. |