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