From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Vogt To: gdb@sources.redhat.com Subject: w32api fibers supported? Date: Thu, 14 Jun 2001 00:59:00 -0000 Message-id: <3B287012.99E9247E@unidui.uni-duisburg.de> X-SW-Source: 2001-06/msg00116.html Hi, in CYGWIN or MINGW32 you may use fibers as "lightweight" threads (defined in w32api). I tried to port SystemC (using fibers) to CYGWIN but ran into difficulties. Using gdb to debug yields inconsistent results. A simple testcase exits in gdb with error code returned but runs o.k. outside gdb (gdb 4.18 and 5.0). Are fibers supported in gdb? Is there a simple way to allow debugging applications with fibers? Holger Vogt