mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gdbserver shared library
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user