Moved several classes into new "model" subdir.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31143 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-06-20 18:17:48 +00:00
parent 0b60fa86e9
commit c9fc1d5064
19 changed files with 12 additions and 9 deletions

View File

@ -11,6 +11,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) arch x86 ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) debug_info ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) debugger_interface ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) gui team_window ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) model ] ;
local debugAnalyzerSources
= [ FDirName $(HAIKU_TOP) src apps debuganalyzer ] ;
@ -21,23 +22,14 @@ SubDirHdrs [ FDirName $(debugAnalyzerSources) gui ] ;
Application Debugger :
Debugger.cpp
# ElfFile.cpp
Image.cpp
ImageInfo.cpp
Jobs.cpp
SymbolInfo.cpp
Team.cpp
TeamDebugger.cpp
TeamDebugModel.cpp
Thread.cpp
ThreadInfo.cpp
Worker.cpp
# arch
Architecture.cpp
CpuState.cpp
Register.cpp
StackFrame.cpp
StackTrace.cpp
# arch/x86
ArchitectureX86.cpp
@ -62,6 +54,17 @@ Application Debugger :
TeamWindow.cpp
ThreadListView.cpp
# model
Image.cpp
ImageInfo.cpp
StackFrame.cpp
StackTrace.cpp
SymbolInfo.cpp
Team.cpp
TeamDebugModel.cpp
Thread.cpp
ThreadInfo.cpp
# DWARF
# attribute_classes.cpp
# AttributeValue.cpp