Re: gcc auto-omit-frame-pointer vs msvc longjmp

2011-10-22 Thread asmwarrior
related links about this issue: see: http://stackoverflow.com/questions/5887552/setjmp-and-omit-frame-pointer and http://connect.microsoft.com/VisualStudio/feedback/details/666704/visual-c-generates-incorrect-code-with-omit-frame-pointer-and-setjmp I'm not sure microsoft has fix this issue. asmwarrior ollydbg from codeblocks' forum

Re: Why running the next command will jump back to the previous line position

2011-10-29 Thread asmwarrior
On 2011-10-29 15:59, asmwarrior wrote: > Hi, I have just a question post on GDB maillist, and some gdb guys thought it > was related to GCC. > see: http://sourceware.org/ml/gdb/2011-10/msg00210.html > so I forward my question to t

Can GCC emit debug information to support debug uninitialized local variables

2010-06-18 Thread asmwarrior
ttp://sourceware.org/bugzilla/show_bug.cgi?id=11407 and http://forums.codeblocks.org/index.php/topic,12747.msg86349.html#msg86349 Thanks asmwarrior ollydbg from codeblocks' forum

Re: Can GCC emit debug information to support debug uninitialized local variables

2010-06-19 Thread asmwarrior
On 2010-6-20 14:18, Ian Lance Taylor wrote: asmwarrior writes: My question is: Is there any possible that GCC can emit some debug information to indicate that one variable is initialed or not.(at least in the DEBUG build mode) You didn't mention which version of gcc you are te

Re: Can GCC emit debug information to support debug uninitialized local variables

2010-06-20 Thread asmwarrior
On 2010-6-20 14:18, Ian Lance Taylor wrote: asmwarrior writes: My question is: Is there any possible that GCC can emit some debug information to indicate that one variable is initialed or not.(at least in the DEBUG build mode) You didn't mention which version of gcc you are te

Re: About the "info locals" command of gdb and python pretty printer

2010-06-20 Thread asmwarrior
e. You can see the changed code here: http://sourceware.org/bugzilla/show_bug.cgi?id=11407#c33 Asmwarrior (ollydbg from codeblocks' forum)

Two debug entries for one local variables, is it a bug in GCC or GDB

2010-07-08 Thread asmwarrior
- Also, you can see the screen shot in my Codeblocks forums' post: http://forums.codeblocks.org/index.php/topic,12873.msg86906.html#msg86906 So, my question is: Is this a bug in GCC or GDB? ( I have just test the MinGW GCC 4.5 and MinGW 4.4.4, they get the same result) Thanks Asmwarrior (ollydbg from codeblocks' forum)

Re: Two debug entries for one local variables, is it a bug in GCC or GDB

2010-07-08 Thread asmwarrior
On 2010-7-9 13:58, Nenad Vukicevic wrote: I reported something similar back in January: http://gcc.gnu.org/ml/gcc/2010-01/msg00054.html As I recall, GCC creates duplicates. Nenad Thanks for the reply. I also found your message, This bug has been fixed,see: http://gcc.gnu.org/bugzilla/show_

gcc plugin framework on Windows Question

2011-01-23 Thread asmwarrior
Hi, all, I have read the discussion here: http://gcc.gnu.org/ml/gcc/2010-07/msg3.html I'm not sure about the current status. Is it possible to use this library: http://code.google.com/p/dlfcn-win32/ This library just do a wrapper on the windows dll library. any ideas? thanks. asmwarrior

gccsense patch against vanilla gcc 4.5.2

2011-01-28 Thread asmwarrior
://forums.codeblocks.org/index.php/topic,13812.msg94824.html#msg94824 From my point of view, the codecompletion feature can not implemented by a gcc plugin. It would be possible to create a gcc library to let other IDEs to use this kind of feature. Any ideas? asmwarrior ollydbg from codeblocks