checkpoint on memory view improvements; bugfixes, improved visualizations, & mutation controls

This commit is contained in:
Ryan Fleury
2026-04-09 11:07:00 -07:00
parent be270a8f8d
commit 9aa63bc86c
5 changed files with 147 additions and 33 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
- Fixed the debugger incorrectly evaluating pointer casts of registers in
register space, rather than promoting them to process address space
evaluations. This fixes cases where expressions like `(int *)rax` were not
displaying correctly.
evaluating correctly.
- Fixed the debugger incorrectly requiring multiple step operations when source
lines mapped to multiple discontiguous ranges of instructions. This most
notably showed up with certain styles of `for`-loops, especially with Clang