Debugger: Move CLI commands into their own subdir.
This commit is contained in:
@@ -29,6 +29,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) source_language ] ;
|
|||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) types ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) types ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface cli ] ;
|
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 ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui inspector_window ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui inspector_window ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui model ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) user_interface gui model ] ;
|
||||||
@@ -210,8 +211,11 @@ Application Debugger :
|
|||||||
UserInterface.cpp
|
UserInterface.cpp
|
||||||
|
|
||||||
# user_interface/cli
|
# user_interface/cli
|
||||||
CliCommand.cpp
|
|
||||||
CliContext.cpp
|
CliContext.cpp
|
||||||
|
CommandLineUserInterface.cpp
|
||||||
|
|
||||||
|
# user_interface/cli/commands
|
||||||
|
CliCommand.cpp
|
||||||
CliContinueCommand.cpp
|
CliContinueCommand.cpp
|
||||||
CliDebugReportCommand.cpp
|
CliDebugReportCommand.cpp
|
||||||
CliDumpMemoryCommand.cpp
|
CliDumpMemoryCommand.cpp
|
||||||
@@ -223,7 +227,6 @@ Application Debugger :
|
|||||||
CliThreadCommand.cpp
|
CliThreadCommand.cpp
|
||||||
CliThreadsCommand.cpp
|
CliThreadsCommand.cpp
|
||||||
CliVariablesCommand.cpp
|
CliVariablesCommand.cpp
|
||||||
CommandLineUserInterface.cpp
|
|
||||||
|
|
||||||
# user_interface/gui
|
# user_interface/gui
|
||||||
GraphicalUserInterface.cpp
|
GraphicalUserInterface.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user