On 7/13/2026 1:07 PM, Matheus Tavares Bernardino wrote: > From: Matheus Tavares Bernardino <[email protected]> > > Baremetal Hexagon programs invoke SYS_COREDUMP (0xCD) > through semihosting to dump CPU state on a fatal exception. > Implement the handler to decode the SSR cause field and > print the full register file, matching hexagon-sim behavior. > > Signed-off-by: Matheus Tavares Bernardino <[email protected]> > Signed-off-by: Brian Cain <[email protected]> > --- > target/hexagon/internal.h | 1 + > target/hexagon/cpu.c | 2 +- > target/hexagon/hexswi.c | 143 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 145 insertions(+), 1 deletion(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
