* 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:
Christopher Faylor
2014-03-29 21:16:09 +00:00
parent 20738749f6
commit c6eaf1f3f7
3 changed files with 30 additions and 27 deletions

View File

@ -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