Merge miscIoc rsrvIoc dbtoolsIoc asIoc dbIoc registryIoc dbStaticIoc into dbCore. Move ioc/misc/asSubRecordFunctions.c to std/dev/asSubRecordFunctions.c since it depends on the subRecord type. Extracted ioc variable definitions from base.dbd into dbCore.dbd
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
# dbCore.dbd
|
|
#
|
|
# $Revision-Id$
|
|
#
|
|
# This file provides iocsh access to variables that control some lesser-used
|
|
# and debugging features of the IOC database code.
|
|
|
|
# Access security subroutines
|
|
variable(asCaDebug,int)
|
|
|
|
# Static database access variables
|
|
variable(dbRecordsOnceOnly,int)
|
|
variable(dbBptNotMonotonic,int)
|
|
|