comparison packages/hal/common/current/cdl/debugging.cdl @ 1512:489f52f54b1c

* cdl/debugging.cdl (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS): Included stubs should always mean saving full context both on interrupts and context swaps, so make it explicit.
author jlarmour
date Mon, 23 Feb 2004 14:55:30 +0000
parents 82d5a3544347
children 74dbf4c3f2e1
comparison
equal deleted inserted replaced
1511:8c85f9c75422 1512:489f52f54b1c
60 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { 60 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
61 display "Include GDB stubs in HAL" 61 display "Include GDB stubs in HAL"
62 active_if CYGINT_HAL_DEBUG_GDB_STUBS 62 active_if CYGINT_HAL_DEBUG_GDB_STUBS
63 default_value 0 63 default_value 0
64 requires ! CYGSEM_HAL_USE_ROM_MONITOR 64 requires ! CYGSEM_HAL_USE_ROM_MONITOR
65 requires ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
66 requires ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
65 requires { !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG \ 67 requires { !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG \
66 || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS } 68 || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS }
67 description " 69 description "
68 This option causes a set of GDB stubs to be included into the 70 This option causes a set of GDB stubs to be included into the
69 system. On some target systems the GDB support will be 71 system. On some target systems the GDB support will be