On Thu, 17 May 2012, Tom Tromey wrote:
> It would be nice if there were a way to make cc1 not crash due to user > error in the debugger. I think this kind of crash will be especially > crazy-making. Hm, isn't GDB's 'set unwindonsignal on' enough to fix it? It's useful to have that in your .gdbinit anyway, because the same issue arises when calling debug_* functions in cc1 from the debugger. Alexander