We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3601c commit 3e22163Copy full SHA for 3e22163
1 file changed
tools/cbdebug.sh
@@ -2,4 +2,7 @@
2
port=${1:-20600}
3
gdb-multiarch \
4
-ex "source /opt/codebang/bin/cbextension.py" \
5
- -ex "target extended-remote localhost:$port"
+ -ex "target extended-remote localhost:$port" \
6
+ -ex "set debug aarch64 on" \
7
+ -ex "set substitute-path /build/cross-toolchain-base-vwSSmv/cross-toolchain-base-43ubuntu3.1 /opt/codebang/build" \
8
+ -ex "set sysroot /usr/aarch64-linux-gnu"
0 commit comments