set architecture riscv:rv64 -- fix gdb trampoline disassembly, thanks jonathan
This commit is contained in:
parent
35010f0d0f
commit
036b5edf12
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
set confirm off
|
||||
set architecture riscv
|
||||
set architecture riscv:rv64
|
||||
target remote 127.0.0.1:1234
|
||||
symbol-file kernel/kernel
|
||||
set disassemble-next-line auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue