Files
mango/tools/kernel-debug/gdb_session_init

5 lines
91 B
Plaintext
Raw Normal View History

set confirm off
symbol-file build/socks_kernel
target remote localhost:1234
set confirm on