Re: [PATCH] Cygwin: strace: ignore GCC exceptions

2020-08-20 Thread Ken Brown via Cygwin-patches
On 8/20/2020 10:06 AM, Corinna Vinschen wrote: Wouldn't it make sense to create a header defining the GCC status values as in libgcc/unwind-seh.c and share this between exceptions.cc and strace.cc? Yes, thanks for the suggestion. New patch(es) on the way. I called the header "gcc_seh.h". Fe

Re: [PATCH] Cygwin: strace: ignore GCC exceptions

2020-08-20 Thread Corinna Vinschen
Hi Ken, On Aug 20 09:54, Ken Brown via Cygwin-patches wrote: > 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 excepti