From e74e65376a8ee91808b7ce744cc8803eab770ccc Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Wed, 17 Jan 2018 22:30:37 +0100 Subject: [PATCH] fixed gdb scripts l (load) r (reset) --- l | 3 +++ r | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/l b/l index 683a8e5..7c3cd95 100644 --- a/l +++ b/l @@ -1 +1,4 @@ +# resets the target and loads the binary +monitor reset init +load monitor reset init \ No newline at end of file diff --git a/r b/r index 1bbe365..796bd15 100644 --- a/r +++ b/r @@ -1,3 +1,4 @@ +# resets the target + monitor reset init -load -monitor reset init + -- GitLab