epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.11k stars 67 forks source link

Memory Visualizer: "0x00000000" not recognized as an address #138

Closed gparmeggiani closed 1 year ago

gparmeggiani commented 1 year ago

Not sure if it is me not using the tool correctly, but when I try to dump the memory at (0x00000000) I get the "Not an address" message.

I also noticed that if I instead put "$pc" in the "starting address" field and set the PC to 0, then the memory is correctly dumped.

image image

epasveer commented 1 year ago

Hi.

Yes, it seems I broke something recently with that part of the code. I'll fix it up later today. What you're entering into that field is totally allowed.

epasveer commented 1 year ago

This is fixed in the latest. Please pull the latest, or grab the latest build snapshot.

epasveer commented 1 year ago

Closing task. Reopen or create a new task if required.

gparmeggiani commented 1 year ago

yes, the issue is fixed. Thanks!