> To do so we need to make an expression for the address of the variable -
if we have myVar we need to pass &myVar to the debugger.
> To make this possible I add two new virutal functions in the cbWatch that
must be implemented by debugger plugins.
> Probably in the future we'll need to expand this, because not all
languages supported by gdb have pointers and dereferencing.