This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange stack trace on Windows


On Sat, Sep 29, 2007 at 02:45:02PM -0700, Gordon Prieur wrote:
> Hi,
> 
>    When I interrupt the debugee on Windows I almost never get a stack trace
> with he debuggee information in it. I get similar traces with both MinGW and
> Cygwin gdb commands:

This is a known (hard) problem.  GDB does not know how to get symbol
information for Windows system DLLs.  It approximates it by using the
export tables, but they do not contain enough information for a
sensible backtrace.

-- 
Daniel Jacobowitz
CodeSourcery


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