GaloisInc / MATE

MATE is a suite of tools for interactive program analysis with a focus on hunting for bugs in C and C++ code using Code Property Graphs.
https://galoisinc.github.io/MATE/
BSD 3-Clause "New" or "Revised" License
177 stars 12 forks source link

Manticore UI: Indicate states that terminated in an error #24

Open langston-barrett opened 2 years ago

langston-barrett commented 2 years ago

We should add a visual indicator that a state ended with an error, the same way we indicate states that contain potential bugs. I'm thinking either adding text like State N: exploration error in the state banner, or colouring the banner in orange/red. Or even adding some picture like a red exclamation mark at the beginning of the state banner...

Reminder: a state that ends with an error means that the error_msg field of the exploration node will be set.