Use gdb-dashboard by default
* @todo: Add tmux-based multi-panel setup
This commit is contained in:
parent
8967d4a518
commit
6691ebb89e
3
Makefile
3
Makefile
|
@ -96,7 +96,8 @@ gdb: kernel8.img
|
||||||
env RUST_GDB=$(GDB) rust-gdb -x gdb-connect kernel8
|
env RUST_GDB=$(GDB) rust-gdb -x gdb-connect kernel8
|
||||||
|
|
||||||
gdbdash: kernel8.img
|
gdbdash: kernel8.img
|
||||||
env RUST_GDB=$(GDB) rust-gdb -x ~/.gdbinit_dashboard kernel8
|
make nm | grep _SEGGER_RTT | awk '{print $$1}' | ./make-gdb-connect.sh
|
||||||
|
env RUST_GDB=$(GDB) rust-gdb -x gdb-connect -x ~/.gdbinit_dashboard kernel8
|
||||||
|
|
||||||
gdbgui:
|
gdbgui:
|
||||||
gdbgui -g $(GDB) --gdb-args='--init-eval-command="set startup-with-shell off"'
|
gdbgui -g $(GDB) --gdb-args='--init-eval-command="set startup-with-shell off"'
|
||||||
|
|
Loading…
Reference in New Issue