gdbserver shared library

This commit is contained in:
Ciro Santilli
2017-10-08 09:15:50 +01:00
parent f3253d5109
commit b89ba9b799
2 changed files with 43 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ executable="$1"
buildroot_out_dir="$(pwd)/buildroot/output.${arch}~"
"${buildroot_out_dir}/host/usr/bin/${arch}-linux-gdb" \
-q \
-ex "set sysroot ${buildroot_out_dir}/staging" \
-ex 'target remote localhost:45455' \
-ex 'tb main' \
-ex 'c' \