mit-pdos / xv6-riscv

Xv6 for RISC-V
Other
6.6k stars 2.38k forks source link

enable reading memory using gdb #129

Closed rapidclock closed 1 year ago

rapidclock commented 1 year ago

Need to enable this option in order to read variables during debugging using gdb.

Otherwise you will get a Corrupted DWARF expression when printing variable values.

rapidclock commented 1 year ago

bump. The PR solves Issue #122 as mentioned by its OP.

kaashoek commented 1 year ago

Merged your PR, thanks!