proper naming for Breakpoints aspect
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@977 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
// features.
|
||||
|
||||
// Event sources
|
||||
#cmakedefine CONFIG_EVENT_CPULOOP
|
||||
#cmakedefine CONFIG_EVENT_BREAKPOINTS
|
||||
#cmakedefine CONFIG_EVENT_MEMREAD
|
||||
#cmakedefine CONFIG_EVENT_MEMWRITE
|
||||
#cmakedefine CONFIG_EVENT_GUESTSYS
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/variant_config.hpp.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/variant_config.hpp)
|
||||
|
||||
OPTION(CONFIG_EVENT_CPULOOP "Event source: Breakpoints" OFF)
|
||||
OPTION(CONFIG_EVENT_BREAKPOINTS "Event source: Breakpoints" OFF)
|
||||
OPTION(CONFIG_EVENT_MEMREAD "Event source: Memory reads" OFF)
|
||||
OPTION(CONFIG_EVENT_MEMWRITE "Event source: Memory writes" OFF)
|
||||
OPTION(CONFIG_EVENT_GUESTSYS "Event source: Outbound guest-system communication" OFF)
|
||||
|
||||
Reference in New Issue
Block a user