libdebugger: Reorganize debugger_interface subdir.
commitb02ee147b1b450723bfa0e6842074e230d7c95be
authorRene Gollent <rene@gollent.com>
Mon, 4 Jul 2016 17:36:26 +0000 (4 13:36 -0400)
committerRene Gollent <rene@gollent.com>
Sun, 31 Jul 2016 21:30:04 +0000 (31 17:30 -0400)
treed56a2d73b2a26c5f92536dbdd931ae710b417cc6
parentebb20270fdb03c8da08d89cb1a9f59f4908c2e72
libdebugger: Reorganize debugger_interface subdir.

- Split into separate subdirectories for each interface type, as is done in
  the target_host_interface subdir. Preparation for the remote interfaces,
  which will have quite a few more components than the existing local ones.
src/kits/debugger/Jamfile
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.cpp [moved from src/kits/debugger/debugger_interface/interfaces/CoreFileDebuggerInterface.cpp with 100% similarity]
src/kits/debugger/debugger_interface/core/CoreFileDebuggerInterface.h [moved from src/kits/debugger/debugger_interface/interfaces/CoreFileDebuggerInterface.h with 100% similarity]
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp [moved from src/kits/debugger/debugger_interface/interfaces/LocalDebuggerInterface.cpp with 100% similarity]
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.h [moved from src/kits/debugger/debugger_interface/interfaces/LocalDebuggerInterface.h with 100% similarity]