Re: Please sample libcsdbg

2012-07-23 Thread Florian Weimer
On 07/21/2012 04:40 PM, Tasos Parisinos wrote: Hi to all At http://sourceforge.net/projects/libcsdbg/ i have published a useful debug tool for C++ programmers, that specifically use g++ (with some of its built-in capabilities). I recommend that you try it. I think that, with user feedback and by

Re: SMS issues

2012-07-23 Thread Andrey Belevantsev
Hello, On 19.07.2012 13:14, Alex Turjan wrote: Andrey, Thanks for the patch. I applied it and so far it seams ok. I will run further testing and let you know if i see problems. Back to the last part of my email, Im still wondering what happens in case the variable modulo expanded is a memory lo

_darwin10_Unwind_FindEnclosingFunction

2012-07-23 Thread Bryce McKinlay
libgcc_s and libgcj contain a hack which renames _Unwind_FindEnclosingFunction to _darwin10_Unwind_FindEnclosingFunction on darwin targets. It appears this was introduced to work around an issue in OS X 10.6 where the _Unwind_FindEnclosingFunction was implemented as a stub which called abort(). see

Directory gcc/common not documented

2012-07-23 Thread Steven Bosscher
Hello Joseph, In revision 175064 you introduced a new subdirectory: gcc/common. This directory is not documented in sourcebuild.texi. Can you please add documentation for it? Thanks, Ciao! Steven