util: Remove unnecessary halt in gdbinit

The reset on the line before is sufficient.

BRANCH=none
BUG=none
TEST=none

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Change-Id: I7eef41a4263764375ff1c8a16bb462edf7b3209c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2190820
Commit-Queue: Craig Hesling <hesling@chromium.org>
Reviewed-by: Craig Hesling <hesling@chromium.org>
This commit is contained in:
Tom Hughes 2020-05-04 13:51:23 -07:00 committed by Commit Bot
parent bc8a9391e7
commit ba9dec3257
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ define target hookpost-remote
load {EC_DIR}/build/{BOARD}/{BIN_DIR}/{BIN_NAME}.obj
echo \ Resetting target
monitor reset
echo \ Halting target
monitor halt
echo \ Setting breakpoint on main
b main
end\n