Can gdb fix an ARM alignment trap and continue to the next trap?

371 views Asked by At

We are tracking down some alignment traps on our ARM project - gdb is very helpful at catching the first trap - is there a way to continue past an alignment trap (letting the kernel fix it) so we could collect info on more of traps? Right now we are fixing them one at a time, which is a bit tedious (we are getting better at recognizing what's causing the trap)

0

There are 0 answers