Commit 994b6e2
committed
Detect _exit by matching the _exit breakpoint
This should work more consistently than looking for a call to
__internal_syscall, which was very library specific.
testsuite/ChangeLog:
* config/ri5cyverilator.exp (beebs_load): Check for
_exit breakpoint instead of __internal_syscall when trying
to detect exit.1 parent e23aaf7 commit 994b6e2
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments