-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aefcfb3
commit 3e5efbf
Showing
3 changed files
with
47 additions
and
2 deletions.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// T32 Wed Nov 27 12:36:08 2024 | ||
|
||
B:: | ||
|
||
Break.RESet | ||
Break.CONFIG.VarConvert OFF | ||
Break.CONFIG.InexactData ON | ||
Break.CONFIG.InexactTrigger OFF | ||
Break.CONFIG.InexactResume ON | ||
Break.CONFIG.InexactAddress ON | ||
Break.CONFIG.MatchZone OFF | ||
Break.CONFIG.AlwaysAlive OFF | ||
Break.Set bsp_reset /Program | ||
Break.Set rtems_bdbuf_read+0xF6 /Program | ||
Break.Set rtems_bdbuf_peek+0x64 /Program | ||
Break.Set _Terminate /Program | ||
|
||
ENDDO |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// T32 Wed Nov 27 13:17:02 2024 | ||
|
||
B:: | ||
|
||
Break.RESet | ||
Break.CONFIG.VarConvert OFF | ||
Break.CONFIG.InexactData ON | ||
Break.CONFIG.InexactTrigger OFF | ||
Break.CONFIG.InexactResume ON | ||
Break.CONFIG.InexactAddress ON | ||
Break.CONFIG.MatchZone OFF | ||
Break.CONFIG.AlwaysAlive OFF | ||
Break.Set bsp_reset /Program | ||
Break.Set jump_to_app\12 /Program | ||
Break.Set _Terminate /Program | ||
|
||
ENDDO |
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