claude 2f64981729 v0.6: state.stack, until(loc), finish(), prelude show.* helpers
- StackRegion from /proc/<pid>/maps, exposed as state.stack
  ({top, usable_base, guard_size} BigInts per spec)
- until(loc) one-shot bp wrapper that cleans up via try/finally,
  works even if a different stop fires first
- finish() reads return address from [rbp+8] and uses until()
- updated js.rs module doc; allow(dead_code) on the kept-for-future
  BreakpointSet::find_by_name
2026-05-27 21:30:18 +00:00
S
Description
No description provided
190 KiB
Languages
Rust 72.6%
JavaScript 27.4%