class LocalExprValue
Defined at line 20 of file ../../src/developer/debug/zxdb/expr/local_expr_value.h
This is a reference counted ExprValue. It is used to store "local" variables (ones that the
debugger script has created and exist only in the local debugger, not in the debugged program).
These need to be reference counted because they're referred to by the ExprValueSource and those
can get copied around. This relationship substitutes for the "pointer" property of real data and
is how updates happen to these values.
Public Methods
ExprValue GetValue ()
Defined at line 22 of file ../../src/developer/debug/zxdb/expr/local_expr_value.h
void SetValue (const ExprValue & v)
Defined at line 26 of file ../../src/developer/debug/zxdb/expr/local_expr_value.h
Friends
class RefCountedThreadSafe
class MakeRefCountedHelper