Debugger memory panel: hex_view over the live bus + decode/byte-click oracle legs (#53, second artifact) - #59
Merged
Conversation
South hex_view over the live bus (whole 64K, opens at the stack, pure reader). Two independent legs per pause: the render path goes through _dbg_mem_reader, the DBG_MEM/DBG_SELECT seams call mem_read directly — --plant-mem-fault diverges them and the oracle catches exactly the one planted cell. Oracle adds: hex-cell screenshot decode vs DBG_MEM (16 rows byte-identical, real display and xvfb), real-pointer byte click vs DBG_SELECT (DFE7=28 read back). Equivalence gate, twins, lint green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Second artifact of #53: the south
hex_viewmemory panel (slice-2's upstream widget consumed), with the oracle extended to cover it.mem_read, opens at the stack top (live nonzero bytes — an all-zero window would let a stuck-at-zero renderer pass); byte click emitsDBG_SELECT addr value._dbg_mem_reader; the pause seam (DBG_MEMGEOM/DBG_MEM) andDBG_SELECTread the bus directly.--plant-mem-faultcorrupts only the render leg — the decode oracle catches exactly the one planted cell (DF40+0).DBG_MEMseam at auto-break and after Run→Pause; a real-pointer click on a nonzero cell reads backDFE7 = 28.hex_view_metricsemit, so font-metric differences (dummy vs bitmap font) can't skew the decode grid.Part of #53 — does not close it.
🤖 Generated with Claude Code