-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
2544dc9
commit 33bb9e4
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2019-04-23 Edward Jones <[email protected]> | ||
|
||
* config/ri5cyverilator.exp (beebs_load): Check for | ||
_exit breakpoint instead of __internal_syscall when trying | ||
to detect exit. | ||
|
||
2019-04-10 Jeremy Bennett <[email protected]> | ||
|
||
This gives greater flexibility when testing with BEEBS. The | ||
|
This file contains 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