Module cwe_checker_lib::utils::debug
source · Expand description
Little helpers for developers that try to understand what their code is doing.
Structs
- Configuration of the debugging behavior.
Enums
- Substages of the IR generation that can be debugged separately.
- Substages of the Pcode transformation that can be debugged separately.
- Stages of the analysis that can be debugged separately.
- Selects whether the analysis is aborted after reaching the point of interest.
- Controls generation of log messages.
Traits
- Central utility for debug printing in the
cwe_checker
.