Commit ee3db93
fix(orch): use a hardware breakpoint in the fc-faults macro
fc-faults set a software breakpoint on handle_mm_fault, which writes an
int3 into guest kernel text — a guest-visible memory change the gdb
runbook's "Observer effect" section says to avoid. The FC stub advertises
hwbreak+, and fc-faults only ever sets this single breakpoint, so use a
hardware breakpoint instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Nikita Kalyazin <nikita.kalyazin@e2b.dev>1 parent a3ca33d commit ee3db93
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments