1# Copyright (c) 2022 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3# Description: 4# helper file for "west debug" command to load the .elf 5# works if the .elf is located in "build" directory 6 7set confirm off 8set pagination off 9set remote interrupt-on-connect off 10 11restore ./build/zephyr/zephyr.elf 12symbol-file -readnow ./build/zephyr/zephyr.elf 13thbreak main 14jump z_arm_reset 15