Files
mango/tools/kernel-debug/gdb_session_init

5 lines
95 B
Plaintext
Raw Normal View History

set confirm off
2024-11-02 11:31:51 +00:00
symbol-file build/mango_kernel.dbg
target remote localhost:1234
set confirm on