comparison packages/hal/common/current/cdl/debugging.cdl @ 82:6736c52df507 ecos-sw-2000-04-14

Merge from eCos master repository on 2000-04-14-13:35:46-BST
author jlarmour
date Tue, 18 Apr 2000 21:51:55 +0000
parents 59d97b6ba612
children 08ffab08d2ee
comparison
equal deleted inserted replaced
81:89fef2181d7d 82:6736c52df507
40 # 40 #
41 # ==================================================================== 41 # ====================================================================
42 42
43 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS { 43 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS {
44 display "Support for GDB stubs" 44 display "Support for GDB stubs"
45 no_define
45 description " 46 description "
46 The HAL implements GDB stubs for the target." 47 The HAL implements GDB stubs for the target."
47 } 48 }
48 49
49 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { 50 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
60 itself." 61 itself."
61 } 62 }
62 63
63 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS_BREAK { 64 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS_BREAK {
64 display "Support for external break support in GDB stubs" 65 display "Support for external break support in GDB stubs"
66 no_define
65 description " 67 description "
66 The HAL implements external break (or asynchronous interrupt) 68 The HAL implements external break (or asynchronous interrupt)
67 in the GDB stubs for the target." 69 in the GDB stubs for the target."
68 } 70 }
69 71