Skip to content
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

Add CBMC internal variable names to JSON goto trace output #70

Closed
forejtv opened this issue Apr 14, 2016 · 3 comments
Closed

Add CBMC internal variable names to JSON goto trace output #70

forejtv opened this issue Apr 14, 2016 · 3 comments

Comments

@forejtv
Copy link
Contributor

forejtv commented Apr 14, 2016

...to be able to distinguish e.g. global/local variables.

@peterschrammel
Copy link
Member

why is this needed?

@forejtv
Copy link
Contributor Author

forejtv commented Jun 18, 2016

from what I remember the problem was that from current errortrace files it is not possible to identify some of the variables uniquely, when global and local names coincide. This can then be an issue when visualising the trace, or when analysing it (e.g. using ML algorithms)

@peterschrammel
Copy link
Member

Ok. That needs further clarification with @dcattaruzza and @aabate what "identify some of the variables uniquely" means, how this information is going to be used and what is the most appropriate solution.

smowton pushed a commit to smowton/cbmc that referenced this issue May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants