Add fields argument to dbgrep() (#613)

This allows optionally printing out the value of one or more fields
for each record found.
This commit is contained in:
Freddie Akeroyd
2025-04-04 09:17:16 -05:00
committed by GitHub
parent 26e9e407f6
commit 7372b4e5bb
4 changed files with 80 additions and 49 deletions
+4
View File
@@ -39,6 +39,10 @@ of the counts from all registered server layers. A preprocessor macro
`HAS_DBSERVER_STATS` macro is defined in the `dbServer.h` header file to
simplify code that needs to support older versions of Base as well.
### Other
- `dbgrep` now takes an optional second argument of field names e.g. `dbgrep("*PRESSURE*","VAL DESC")`
-----
## EPICS Release 7.0.9