Debugger: Move CLI commands into their own subdir.

This commit is contained in:
Rene Gollent
2013-08-04 10:50:44 -04:00
parent 601d751f4f
commit 44646df416
25 changed files with 5 additions and 2 deletions
+5 -2
View File
@@ -29,6 +29,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) source_language ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) types ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface cli ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface cli commands ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui inspector_window ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui model ] ;
@@ -210,8 +211,11 @@ Application Debugger :
UserInterface.cpp
# user_interface/cli
CliCommand.cpp
CliContext.cpp
CommandLineUserInterface.cpp
# user_interface/cli/commands
CliCommand.cpp
CliContinueCommand.cpp
CliDebugReportCommand.cpp
CliDumpMemoryCommand.cpp
@@ -223,7 +227,6 @@ Application Debugger :
CliThreadCommand.cpp
CliThreadsCommand.cpp
CliVariablesCommand.cpp
CommandLineUserInterface.cpp
# user_interface/gui
GraphicalUserInterface.cpp