From e3deb2e8f133afbf2a83e6c737d0ca2688258833 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 22 Jun 2026 10:03:20 +0200 Subject: bin: set -x on the run-riscv-gdb script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also default to a better repository base directory. Signed-off-by: Miquel Sabaté Solà --- bin/run-riscv-gdb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/run-riscv-gdb.sh b/bin/run-riscv-gdb.sh index 6efad17..8ba4987 100755 --- a/bin/run-riscv-gdb.sh +++ b/bin/run-riscv-gdb.sh @@ -1,9 +1,9 @@ #!/usr/bin/env sh -set -e +set -ex TUI="" -BASE=${BASE:-~/src/git.kernel.org/linux/kernel} +BASE=${BASE:-~/src/linux} PROFILE=${PROFILE:-riscv} REPO=${REPO:-riscv} VMLINUX=${VMLINUX:-$BASE/$REPO/vmlinux} -- cgit v1.2.3