1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/tools/gdbinit

4 lines
45 B
Plaintext
Raw Normal View History

2018-10-26 18:02:24 +04:00
target remote :1234
break rust_main
continue