mit-pdos / xv6-riscv

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

Unable to debug user programs #137

Open castrorenam opened 1 year ago

castrorenam commented 1 year ago

Hi,

I am trying to debug a program in user/_find but kept getting an error "error reading variable: dwarf2_find_location_expression: Corrupted DWARF expression". Any advice on how to solve this?

I am able to debug the kernel/kernel.

Best regards

nbosio1001 commented 1 year ago

Are you able to debug the other files? I never got that error.