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
Instruction: LLVM string rep, source info {file, line, column}
Values = {Constants and Instructions}: source name (named register vs named stack variable?)
Implementation notes:
Generate map for values when creating CFG
Add "debugger mode" functionality -> retrieve all information on construction and cache it in the wrapper
The text was updated successfully, but these errors were encountered:
We need access to program/functions/instructions details for proper development and debugging.
Implementation notes:
Generate map for values when creating CFG
Add "debugger mode" functionality -> retrieve all information on construction and cache it in the wrapper
The text was updated successfully, but these errors were encountered: