Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#42 fixed Migrate to the newer GCT library becoulet anonymous
Description

GPCT is being refactored, now called GCT, we'll have to migrate to it some day.

#41 fixed Fix memchecker for arm exceptions Nicolas Pouillon becoulet
Description

remove SOCLIB_MC_DELAYED_MAGIC_OFFSET and add a pc range ignore command to memchecker for arm exception handler.

#39 invalid Handle Mips delay slot in exception handler Nicolas Pouillon Nicolas Pouillon
Description

We dont currently handle CAUSE/BD which tells us we are actually in a delay slot. This can make the return address of an interrupt wrong.

We should:

  • Add a bit in cpu_context save/restore mask
  • Copy CAUSE/BD to save/restore mask
  • Substract 4 when restoring PC with BD = 1
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.