History log of /haiku/src/kits/debugger/debugger_interface/remote/RemoteDebugRequest.h
Revision Date Author Comments
# 9e4d0fd4 31-Jul-2016 Rene Gollent <rene@gollent.com>

libdebugger: Implement remaining remote request/response pairs.


# bcca096a 31-Jul-2016 Rene Gollent <rene@gollent.com>

libdebugger: Fix header order in RemoteDebugRequest.


# 17954f2e 22-Jul-2016 Rene Gollent <rene@gollent.com>

libdebugger: Initial work for remote support.

- Introduce base classes RemoteDebug{Request,Response} and the first set of
implementing subclasses for the various types of debug requests. These
encapsulate the information needed to make a request to the target debugger
interface, as well as a means to flatten/unflatten to a BMessage. These will
be used to marshal the relevant information for transmission across the
eventual transport interface. Not used anywhere yet since there still remain
some requests and responses to implement, among other things.