This release introduces three new feature flags regarding register serialization and callstack verbosity:
--no-serialize-registers- do not serialize registers in the.bttfile. This setting is also available in the json config asserialize_registers.--no-values- an alias for--no-serialize-registers --max-variable-depth=0.--verbose-callstack- adds two new attributes containing the list of modules and the list of source files. In coronerd, they will be available ascallstack.modulesandcallstack.filesrespectively. This setting is also available in the json config asverbose_callstack.