This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

using gdb with egcs/mingw32 port



I apologize for posting this here, but I'm not sure where else
is more appropriate.

I've been trying to debug programs compiles with the mingw32
version of egcs-1.0, copiled by Mumit Khan.  (Which can be found
at http://www.xraylith.wisc.edu/~khan/software/gnu-win32/egcs-mingw32.html)
I am using the native gdb also available from his site.  I've run
into one small, but very annoying problem.

In trying to set a breakpoint, I want to do the following:

break 'SomeClass::SomeFunc<TAB>

And have the <TAB> complete the function name.  All I get is a <TAB>
character, however.  Trying the alternate <ESC>-? simple clears the
whole line.  Since it is really hard to guess mangled names in C++
(at least it is for me), I cannot set breakpoints and thus cannot
debug programs.

Again, I realize this is not an egcs issue, but I'm hoping there
are a number of mingw32/egcs users on the list.

Thanks in advance,

-Dan
-----
karipid@mae.cornell.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]