Re: [Mingw-w64-public] GDB 7.0.1

2010-01-09 Thread Chris Sutcliffe
>> However I am sure I'm not the only one encountering this issue. >> Perhaps I should build my own GDB binary instead, so I have more >> understanding of what is going on. > > I built myself a gdb-7.0.1 release and it still output the warnings There is a report on the GDB mailing list with someon

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-09 Thread t66...@gmail.com
> However I am sure I'm not the only one encountering this issue. > Perhaps I should build my own GDB binary instead, so I have more > understanding of what is going on. I built myself a gdb-7.0.1 release and it still output the warnings -

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-09 Thread t66...@gmail.com
Ozkan Sezer wrote: >> Also previously it was not possible to debug 64bits binary using GDB >> until this release. >> Tried gdb_20091224.tar.gz also was impossible to get any debugging info out. >> I mean previous gdb were somewhat broken and unable to debug app that crashed and got empty back

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Ozkan Sezer
> Also previously it was not possible to debug 64bits binary using GDB > until this release. > Tried gdb_20091224.tar.gz also was impossible to get any debugging info out. > It was built from gdb CVS HEAD (their development version) and yes the gdb.exe was stripped. Maybe the development version

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread t66...@gmail.com
Chris Sutcliffe wrote: >> Sorry I don't but my compiler is pretty customized I guess it have >> something to do with that. >> Its a multi-lib patched gcc-4_4-branch a cross compiler, don't know if >> it something to do with the config option --with-stabs ? >> But how come you havent been able to en

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Chris Sutcliffe
> Sorry I don't but my compiler is pretty customized I guess it have > something to do with that. > Its a multi-lib patched gcc-4_4-branch a cross compiler, don't know if > it something to do with the config option --with-stabs ? > But how come you havent been able to encounter the problem, I downl

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Kai Tietz
2010/1/8 Chris Sutcliffe : > Hi Kai, > >> yes this bug I encounter some time ago, too. It is related to DLL files >> not having any debugging information but are shown in backtrace. Here it >> warns once about psymtab != symtab and code in gdb fix it afterwards. IMHO >> this warning is simply prett

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Chris Sutcliffe
Hi Kai, > yes this bug I encounter some time ago, too. It is related to DLL files > not having any debugging information but are shown in backtrace. Here it > warns once about psymtab != symtab and code in gdb fix it afterwards. IMHO > this warning is simply pretty bogus here, or the DLL loader sh

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread t66...@gmail.com
> yes this bug I encounter some time ago, too. It is related to DLL files > not having any debugging information but are shown in backtrace. Here it > warns once about psymtab != symtab and code in gdb fix it afterwards. IMHO > this warning is simply pretty bogus here, or the DLL loader should

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Kai Tietz
"t66...@gmail.com" wrote on 08.01.2010 15:10:30: > Chris Sutcliffe wrote: > >>> Previously using GNU gdb 6.8 > >>> There were no such annoying warnings. > >>> > >> Correct, there have been several posts about this on the GDB mailing > >> list. AFAIK, it has something do with the pretty printers

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread t66...@gmail.com
Chris Sutcliffe wrote: >>> Previously using GNU gdb 6.8 >>> There were no such annoying warnings. >>> >> Correct, there have been several posts about this on the GDB mailing >> list. AFAIK, it has something do with the pretty printers that were >> introduced in 7.x. I've sent an email to t

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Chris Sutcliffe
>> Previously using GNU gdb 6.8 >> There were no such annoying warnings. > > Correct, there have been several posts about this on the GDB mailing > list.  AFAIK, it has something do with the pretty printers that were > introduced in 7.x.  I've sent an email to the GDB mailing list to see > if there

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-08 Thread Chris Sutcliffe
>> Yes, if you do a Google for it, you'll get an explanation. >> > Previously using GNU gdb 6.8 > There were no such annoying warnings. Correct, there have been several posts about this on the GDB mailing list. AFAIK, it has something do with the pretty printers that were introduced in 7.x. I've

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-07 Thread t66...@gmail.com
Chris Sutcliffe wrote: >> warning: (Internal error: pc 0xa263bff in read in psymtab, but not in >> symtab.) >> is this normal? >> > > Yes, if you do a Google for it, you'll get an explanation. > > Chris > > Previously using GNU gdb 6.8 There were no such annoying warnings. ---

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-07 Thread t66...@gmail.com
t66...@gmail.com wrote: > Chris Sutcliffe wrote: >> I've uploaded 32- and 64-bit native builds of GDB for mingw-w64 built >> from the vanilla GNU GDB 7.0.1 sources: >> >> 32-bit: >> http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/i686-w64-min

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-07 Thread t66...@gmail.com
Chris Sutcliffe wrote: > I've uploaded 32- and 64-bit native builds of GDB for mingw-w64 built > from the vanilla GNU GDB 7.0.1 sources: > > 32-bit: > http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/i686-w64-mingw32-gdb-7.0.1-4.tar.bz2/downlo

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-07 Thread JonY
On 1/7/2010 23:00, Chris Sutcliffe wrote: > I've uploaded 32- and 64-bit native builds of GDB for mingw-w64 built > from the vanilla GNU GDB 7.0.1 sources: > > 32-bit: > http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/i686-w64-mingw32-gdb-7.0

[Mingw-w64-public] GDB 7.0.1

2010-01-07 Thread Chris Sutcliffe
I've uploaded 32- and 64-bit native builds of GDB for mingw-w64 built from the vanilla GNU GDB 7.0.1 sources: 32-bit: http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/gdb/i686-w64-mingw32-gdb-7.0.1-4.tar.bz2/download 64-bit: http://sourceforge.n