Quinn Jensen wrote: > > When using gdb on the kernel, I've found it helpful to allow > misaligned exceptions to be emulated instead of being > intercepted by gdb. The following patch does this. But is > there a better way? Perhaps a config.in option? > This does not sound right: this is already fixed long time ago by not installing traps for exception 4&5. What kernel are you using? Jun