> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 11, 2007 10:24 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r555340 - > /incubator/stdcxx/trunk/util/exec.cpp > > > * exec.cpp (exec_file) [_WIN32]: Translate > STATUS_BREAKPOINT exit code into SIGTRAP. > > Makes sense. Are there any other codes that we might want to > map or display symbolic information for? I see a whole bunch on this > page: http://msdn2.microsoft.com/en-us/library/ms679356.aspx. > It might make sense to map some of the STATUS_FLOAT_XXX > constants to SIGFPE, STATUS_ILLEGAL_INSTRUCTION to SIGILL, > STATUS_IN_PAGE_ERROR to SIGBUS, etc.
Done: http://svn.apache.org/viewvc?view=rev&rev=555657 Farid.