* DevNotes: Add entry cgf-000025.
* exceptions.cc (_cygtls::signal_debugger): Reorganize to avoid contacting the debugger if we have already done so via the exception handler. Eliminate need for goto. Remove an ifdef in favor of just allocating a larger buffer.
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2014-03-29 cgf-000025
|
||||
|
||||
Reorganized _cygtls::signal_debugger to avoid sending anything to the
|
||||
debugger if we've seen an exception. I think it used to work that way
|
||||
and I changed it without noting why. It sure seems like, if we don't do
|
||||
this, gdb will see two signals and, it really does, when there has been
|
||||
a Windows-recognized exception.
|
||||
|
||||
2014-02-15 cgf-000024
|
||||
|
||||
Wow. It's hard getting the screen handling stuff working correctly when
|
||||
|
Reference in New Issue
Block a user