1
0
mirror of https://github.com/rcore-os/rCore.git synced 2025-01-31 10:04:04 +04:00
rCore/tools/gdbinit

4 lines
45 B
Plaintext
Raw Normal View History

2018-10-26 22:02:24 +08:00
target remote :1234
break rust_main
continue