Integrate lx-symbols!

This commit is contained in:
Ciro Santilli
2017-05-21 11:06:36 +01:00
parent be9f56cc9b
commit 9fdf6bbe20
2 changed files with 60 additions and 6 deletions

3
rungdb
View File

@@ -16,6 +16,7 @@ cmd="$gdb \
-ex 'continue' \
-ex 'disconnect' \
-ex 'set arch i386:x86-64' \
-ex 'target remote localhost:1234'
-ex 'target remote localhost:1234' \
-ex 'lx-symbols ../kernel_module-1.0/'
"
eval "$cmd"