From fff34b1aef03bf3a73b5c9327ace72c6120ac35c Mon Sep 17 00:00:00 2001 From: Jan Krautmacher Date: Thu, 25 Sep 2025 07:19:17 +0200 Subject: posix-shell: Add 'mygdb' alias --- posix-shell/aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/posix-shell/aliases.sh b/posix-shell/aliases.sh index 753dd68..4be4fe5 100644 --- a/posix-shell/aliases.sh +++ b/posix-shell/aliases.sh @@ -20,3 +20,4 @@ alias zephyr='export ZEPHYR_BASE="${HOME}/zephyrproject/zephyr" && source "${HOM alias myrename="perl-rename 's/[^a-zA-Z0-9äöüÄÖÜß\.\/]+/-/g; s/^-+|-+$//g; \$_ = lc(\$_)'" alias aerc="mbsync -a && aerc" alias st='STM32_Programmer_CLI -c port=SWD freq=1800 mode=UR' +alias mygdb="gdb-multiarch -ex 'target extended-remote :3333' -ex 'set confirm off'" -- cgit v1.2.3-70-g09d2