Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch fatal error signal from T06 to S05
With the old signal, the first thing a GDB client would do post-mortem is to send a resume-with-signal, which gdbstub doesn't currently support. This _could_ be suppressed by having users set `handle all nopass`, but that's pretty no-beuno. By simply reporting a standard TRAP signal, the GDB client won't do anything too fancy, and users won't enounter the unfortunate "ResumeWithSignalNotImplemented" error for no reason.
- Loading branch information