Debugger: Minor refactor.
commit6bef41c6a90dea8758295f485c7eba91154d8052
authorRene Gollent <rene@gollent.com>
Tue, 29 Mar 2016 21:44:18 +0000 (29 17:44 -0400)
committerRene Gollent <rene@gollent.com>
Sat, 2 Apr 2016 19:05:19 +0000 (2 15:05 -0400)
tree6002cab629221751f35fec5eccc54f5338b9474b
parent5632edebb4022a1fba58be2a43b9ac00683db495
Debugger: Minor refactor.

TeamDebugger:
- Rather than instantiating the DebuggerInterface directly, we now
  expect it to be given to us externally. This allows TeamDebugger
  to be agnostic of where the team actually resides.

Debugger:
- Create and initialize DebuggerInterface before passing it on to
  TeamDebugger.

No functional change.
src/apps/debugger/Debugger.cpp
src/apps/debugger/controllers/TeamDebugger.cpp
src/apps/debugger/controllers/TeamDebugger.h
src/apps/debugger/debugger_interface/DebuggerInterface.h