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