[CMD] Support dynamic trace (#7093)

Based on Hans Harder's patch.
Realize tracing cmd on console
output.
JIRA issue: CORE-6669
- Add FEATURE_DYNAMIC_TRACE
  feature.
- Add CmdTrace function.
- Re-define FIXME, ERR, WARN,
  and TRACE macros.
- Check CMDTRACE environment
  variable. If it was "ON", then enable
  dynamic trace.
This commit is contained in:
Katayama Hirofumi MZ 2024-07-09 04:25:30 +09:00 committed by GitHub
parent 6c74e69d12
commit 3dcae2ce0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 106 additions and 4 deletions

View file

@ -54,6 +54,7 @@ list(APPEND SOURCE
time.c
timer.c
title.c
trace.c
type.c
ver.c
verify.c