]> sourceware.org Git - newlib-cygwin.git/commit - winsup/utils/strace.cc
Cygwin: strace: ignore GCC exceptions cygwin-3_1_7-release
authorKen Brown <kbrown@cornell.edu>
Thu, 20 Aug 2020 13:47:47 +0000 (09:47 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 20 Aug 2020 14:48:48 +0000 (10:48 -0400)
commita93a85a1ff3ca937dabb1d985381b27836ce1bfc
treebcdb2fa1fad7d7c7e4bdf29eab706763d5522846
parent14c0a4c67d4e8c296dac2f1fc6fb86da3b76d7fb
Cygwin: strace: ignore GCC exceptions

Any C++ app that calls 'throw' on 64-bit Cygwin results in an
exception of type STATUS_GCC_THROW (0x20474343) generated by the C++
runtime.  Don't pollute the strace output by printing information
about this and other GCC exceptions.
winsup/utils/strace.cc
This page took 0.032039 seconds and 5 git commands to generate.