dbStatic: More commands accept "" or "*" to mean 'all'

dbDumpRecordType, dbDumpMenu and dbDumpRecord commands improved.
This commit is contained in:
Andrew Johnson
2013-05-09 15:48:49 -05:00
parent 34744264e1
commit 593e313fab
2 changed files with 25 additions and 2 deletions

View File

@@ -13,6 +13,14 @@
<!-- Insert new items immediately below here ... -->
<h4>More dbStatic commands accept "" or "*" to mean 'all'</h4>
<p>The IOC commands dbDumpRecordType, dbDumpMenu and dbDumpRecord will now
accept either an empty string or any string beginning with an asterisk '*' to
mean all record types or menus. Previously the 'all' option for these commands
required passing in a NULL value, which could be done from the vxWorks shell but
was not possible from iocsh.</p>
<h4>VxWorks sysAtReboot Registration</h4>
<p>The increasing intelligence of the GNU compiler and linker broke the method