Simulator specific listener are now implemented using aspects instead of an additional inheritance level

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1706 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
friemel
2012-10-02 11:42:18 +00:00
parent 4d5bab72b6
commit 7d49b6f063
20 changed files with 176 additions and 296 deletions

View File

@ -7,7 +7,6 @@ if(BUILD_BOCHS)
SimulatorController.cc
perf/BreakpointBuffer.cc
bochs/BochsController.cc
bochs/BochsListener.cc
)
elseif(BUILD_GEM5)
set(SRCS
@ -17,7 +16,6 @@ elseif(BUILD_GEM5)
Register.cc
SimulatorController.cc
gem5/Gem5Controller.cc
gem5/Gem5Listener.cc
gem5/Gem5PCEvent.cc
)
elseif(BUILD_OVP)
@ -39,7 +37,6 @@ elseif(BUILD_QEMU)
perf/BreakpointBuffer.cc
SimulatorController.cc
qemu/QEMUController.cc
qemu/QEMUListener.cc
qemu/wrappers.cc
)
endif(BUILD_BOCHS)