class ClientObject
Defined at line 16 of file ../../src/developer/debug/zxdb/client/client_object.h
Base class for debugger client objects.
Currently this doesn't do much. It's anticipated that this will provide bindings and such when
scripting support is added.
Public Methods
void ClientObject (Session * session)
Defined at line 9 of file ../../src/developer/debug/zxdb/client/client_object.cc
void ~ClientObject ()
Defined at line 10 of file ../../src/developer/debug/zxdb/client/client_object.cc
Session * session ()
Defined at line 21 of file ../../src/developer/debug/zxdb/client/client_object.h