comparison packages/hal/common/current/include/pkgconf/hal.h @ 18:7253dcc42a09 ecos-sw-1999-06-25

Merge from eCos master repository on 1999-06-25-15:31:50-BST
author jlarmour
date Fri, 25 Jun 1999 08:28:05 +0000
parents 4f2df4ab82c8
children 5f5102441818
comparison
equal deleted inserted replaced
17:a658ec000d9f 18:7253dcc42a09
324 the necessary support has to go into the target library 324 the necessary support has to go into the target library
325 itself." 325 itself."
326 } 326 }
327 327
328 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT { 328 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
329 display "Include GDB external break support" 329 display "Include GDB external break support for stubs"
330 parent CYGPKG_HAL_DEBUG 330 parent CYGDBG_HAL_DEBUG
331 requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 331 requires CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
332 requires !CYGPKG_HAL_MIPS_TX39_JMR3904 332 requires !CYGPKG_HAL_MIPS_TX39_JMR3904
333 requires !CYGPKG_HAL_POWERPC_FADS 333 requires !CYGPKG_HAL_POWERPC_FADS
334 requires !CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT 334 requires !CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
335 description " 335 description "
336 This option causes the GDB stub to add a serial interrupt handler 336 This option causes the GDB stub to add a serial interrupt handler
337 which will listen for GDB break packets. This lets you stop the 337 which will listen for GDB break packets. This lets you stop the
338 target asynchronously when using GDB, usually by hitting Control+C 338 target asynchronously when using GDB, usually by hitting Control+C
339 or pressing the STOP button." 339 or pressing the STOP button. This option differs from
340 CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT in that it is used when
341 GDB stubs are present."
340 } 342 }
341 343
342 cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT { 344 cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT {
343 display "Include GDB external break support" 345 display "Include GDB external break support when no stubs"
344 parent CYGPKG_HAL_DEBUG 346 parent CYGPKG_HAL_DEBUG
345 requires !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 347 requires !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
346 description " 348 description "
347 This option adds an interrupt handler for the GDB serial line 349 This option adds an interrupt handler for the GDB serial line
348 which will listen for GDB break packets. This lets you stop the 350 which will listen for GDB break packets. This lets you stop the