comparison packages/hal/arm/arch/current/include/pkgconf/hal_arm.h @ 50:a0774359f013 ecos-sw-1999-11-02

Merge from eCos master repository on 1999-11-02-17:02:15-GMT
author jlarmour
date Tue, 02 Nov 1999 20:57:07 +0000
parents 797268ecc331
children c38311975d4f
comparison
equal deleted inserted replaced
49:698ff3191b93 50:a0774359f013
71 } 71 }
72 72
73 }}CFG_DATA */ 73 }}CFG_DATA */
74 #undef CYGHWR_HAL_ARM_DUMP_EXCEPTIONS 74 #undef CYGHWR_HAL_ARM_DUMP_EXCEPTIONS
75 75
76 /* ---------------------------------------------------------------------
77 {{CFG_DATA
78 cdl_option CYGIMP_HAL_PROCESS_ALL_EXCEPTIONS {
79 display "Process all exceptions with the eCos application"
80 parent CYGPKG_HAL_ARM
81 description "
82 Normal [RAM-based] programs which do not include GDB stubs
83 defer processing of the illegal instruction exception to GDB.
84 Setting this options allows the program to explicitly handle
85 the illegal instruction exception itself. Note: this will
86 prevent the use of GDB to debug the application as breakpoints
87 will no longer work."
88 }
89
90 }}CFG_DATA */
91 #undef CYGIMP_HAL_PROCESS_ALL_EXCEPTIONS
92
76 93
77 /* -------------------------------------------------------------------*/ 94 /* -------------------------------------------------------------------*/
78 #endif /* CYGONCE_PKGCONF_HAL_ARM_H */ 95 #endif /* CYGONCE_PKGCONF_HAL_ARM_H */
79 /* EOF hal_arm.h */ 96 /* EOF hal_arm.h */