Class: VarObj
| Defined in: | src/varobj.coffee |
Instance Method Summary
- # (void) destroy()
- # (void) observe(cb)
- # (void) add(expr, frame = '', thread = '')
- # (void) assign(name, val)
- # (void) getExpression(name)
- # (void) evalExpression(expr)
- # (void) setWatch(name)
- # (void) clearWatch(name)
- # (void) _removeVar(name)
- # (void) remove(name)
- # (void) _notifyObservers(name, v)
- # (void) _execStateChanged({state})
- # (void) update()
- # (void) _addChildren(name)
- # (void) _added(result)
- # (void) _breakObserver(id, bkpt)
Constructor Details
#
(void)
constructor(gdb)
Instance Method Details
#
(void)
destroy()
#
(void)
observe(cb)
#
(void)
add(expr, frame = '', thread = '')
#
(void)
assign(name, val)
#
(void)
getExpression(name)
#
(void)
evalExpression(expr)
#
(void)
setWatch(name)
#
(void)
clearWatch(name)
#
(void)
_removeVar(name)
#
(void)
remove(name)
#
(void)
_notifyObservers(name, v)
#
(void)
_execStateChanged({state})
#
(void)
update()
#
(void)
_addChildren(name)
#
(void)
_added(result)
#
(void)
_breakObserver(id, bkpt)