Debugger: Start implementing host interface.hrev50181
commitc6897b2871afdbddc7df045d80e9fb0dd1eeabe3
authorRene Gollent <rene@gollent.com>
Sat, 2 Apr 2016 21:14:49 +0000 (2 17:14 -0400)
committerRene Gollent <rene@gollent.com>
Sun, 3 Apr 2016 02:48:58 +0000 (2 22:48 -0400)
tree92c516fb9ec2c8cf866ecbe79952b015d11b7686
parent2e7058114c6e20b2ce9f03187f59d1f73bce49d7
Debugger: Start implementing host interface.

- Add new model class TargetHost for host-specific information such as
  the running team list.
- Add new interface class TargetHostInterface and implementing subclass
  LocalTargetHostInterface. Not yet complete/usable due to some as of yet
  unresolved issues with the involved system APIs.
src/apps/debugger/Jamfile
src/apps/debugger/model/TargetHost.cpp [new file with mode: 0644]
src/apps/debugger/model/TargetHost.h [new file with mode: 0644]
src/apps/debugger/target_host_interface/TargetHostInterface.cpp [new file with mode: 0644]
src/apps/debugger/target_host_interface/TargetHostInterface.h [new file with mode: 0644]
src/apps/debugger/target_host_interface/TargetHostInterfaceRoster.cpp [new file with mode: 0644]
src/apps/debugger/target_host_interface/TargetHostInterfaceRoster.h [new file with mode: 0644]
src/apps/debugger/target_host_interface/interfaces/LocalTargetHostInterface.cpp [new file with mode: 0644]
src/apps/debugger/target_host_interface/interfaces/LocalTargetHostInterface.h [new file with mode: 0644]