You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debuggers let you examine the current state of memory, a symbolic debugger can do somewhat better: we have a full history of memory (at least for LLVM, all memory writes are stored in a log to facilitate merging). Ideas:
We can show the history of values written to a particular memory location
We can show the entire write log (even incorporating program control flow)
The text was updated successfully, but these errors were encountered:
While debuggers let you examine the current state of memory, a symbolic debugger can do somewhat better: we have a full history of memory (at least for LLVM, all memory writes are stored in a log to facilitate merging). Ideas:
The text was updated successfully, but these errors were encountered: