diff options
Diffstat (limited to 'results/scraper/box64/134')
| -rw-r--r-- | results/scraper/box64/134 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/results/scraper/box64/134 b/results/scraper/box64/134 new file mode 100644 index 000000000..397ba6a56 --- /dev/null +++ b/results/scraper/box64/134 @@ -0,0 +1,4 @@ +Box64 breaks GDB break on address +When I set a break to, for example `0x7ffff5c3eda0`, and the program executes on that address, GDB can't stop execution. Instead, box64 prints `<PID>|Warning, ignoring unsupported Int 3 call @0x7ffff5c3eda1`. + +I'm running `gdb /path/to/box64 /path/to/target`. Is this not the intended way to debug? \ No newline at end of file |