7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
# file target/riscv64/debug/kernel-rust
|
|
target remote localhost:1234
|
|
# break machine_mode_entry
|
|
break *0x800cfdd8
|
|
add-symbol-file target/riscv64/debug/test_pic 0x800cfdd8
|
|
c
|