jlink.gdb update

This commit is contained in:
Robin Müller 2021-12-23 14:04:20 +01:00
parent 8c1895e04c
commit c7425f9da6
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -1,8 +1,7 @@
target remote localhost:2331
# For some reason, this is problematic even if the JLinkScript disabled the remote
# write protection. Therefore, don't do it for now
# monitor reset
# Reset is problematic on RevA, okay for RevB
monitor reset
# *try* to stop at the user entry point (it might be gone due to inlining)
break main