Skip to content

Commit

Permalink
added jlink.gdb file
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 6, 2021
1 parent f8e075c commit 993f8c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tests.rs
Expand Up @@ -18,7 +18,7 @@ enum TestCase {
// Test input functionality
Pa0TiedToPa1,
TestPullup,
TestPulldown
TestPulldown,
}

#[entry]
Expand Down
10 changes: 10 additions & 0 deletions jlink.gdb
@@ -0,0 +1,10 @@
target remote localhost:2331

monitor reset

# *try* to stop at the user entry point (it might be gone due to inlining)
break main

load

continue

0 comments on commit 993f8c8

Please sign in to comment.