-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify checker outputs #5
Comments
What does "unification" mean here? I could see different "printHandler", are you willing to print the result altogether instead of separate outputs? |
Good question! Right now different checkers print out things differently. Some of the output is checker specific but most of it is not. At the very least it would be nice to consistently print out:
or
The logging utilities have the threadid bit already, but the checker printers don't use the logging utils. You can imagine even coloring the attacks is possible ones since that's the code we really care about. |
This sounds fine, I also have a question about debugging, I have some previous experience with GDB, but couldn't use that experience in here, can you help me more with debugging? |
@kyledutyy what do you want to debug? Not sure you will need much gdb here... U will need more possibly lovely haskell and functional programming. Feel free to also ping me on gdb help |
I want to look for the error site and look how things work while getting outputs like, I wanna know the mid steps between every time we run something to sys. For example this command "stack exec sys -- -c uninit -e prod -d ./test/Bugs/Uninit/Firefox/serial.ll-O2_p" I want to know more about the "programs triggered" in between "outputting of the result". So I want to use GDB for this, can you help me how I can do that with GDB. |
No description provided.
The text was updated successfully, but these errors were encountered: