oxidecomputer / humility

Debugger for Hubris
Mozilla Public License 2.0
526 stars 50 forks source link

host: fix last-panic/boot-fail commands #492

Closed cbiffle closed 3 months ago

cbiffle commented 3 months ago

Memory layout changed in Hubris.

hawkw commented 3 months ago

rustfmt looks a little bit mad: https://github.com/oxidecomputer/humility/actions/runs/9357979583/job/25758919977?pr=492

cbiffle commented 3 months ago

rustfmt looks a little bit mad: https://github.com/oxidecomputer/humility/actions/runs/9357979583/job/25758919977?pr=492

sooooo aaaaaangry (fixed)

cbiffle commented 3 months ago

@faithanalog I'm gradually remembering how to write non-awful code in Humility, and I've managed to simplify the implementation a fair amount by leaning more heavily on the reflect module (which, ironically, I wrote).

PTAL.