Files
magenta/tools/kernel-debug/gdb_session_init
T

5 lines
91 B
Plaintext
Raw Normal View History

2022-12-14 21:45:24 +00:00
set confirm off
symbol-file build/socks_kernel
target remote localhost:1234
set confirm on