[fpc-pascal] Re: GDB 7.4 & FP IDE

2012-08-18 Thread leledumbo
Sorry, please ignore. My 7.4-2012.04 version is detected as 7.5 which doesn't have a define yet in gdbint, I simply copy from 7.4 and it works. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/GDB-7-4-FP-IDE-tp5710850p5710851.html Sent from the Free Pascal - Gen

[fpc-pascal] Re: GDB

2010-11-05 Thread leledumbo
Seems like the gdb library is compiled with python scripting support. Either recompile without python or add python library to the linker. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/GDB-tp3249812p3251636.html Sent from the Free Pascal - General mailing list

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
Thanks, I have done as you suggested and attached a compiled version of the program, the output of readelf -gw, and the assembly generated by "fpc -a -al -an" as well. Hopefully this will allow the GDB developers to more easily figure out the problem. -SG -- This email is fiction. Any resemblanc

Re: [fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Jonas Maebe
On 04 Mar 2010, at 15:45, Seth Grover wrote: I believe this is a bug that was introduced with GDB 7.0 ... I don't know whether anyone already reported this bug to the GDB developers. http://sourceware.org/bugzilla/show_bug.cgi?id=11349 I just reported it as a bug to GDB. To ensure that

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-04 Thread Seth Grover
> I believe this is a bug that was introduced with GDB 7.0 ... > I don't know whether anyone already reported this bug to the GDB developers. http://sourceware.org/bugzilla/show_bug.cgi?id=11349 I just reported it as a bug to GDB. -SG -- This email is fiction. Any resemblance to actual events

[fpc-pascal] Re: gdb, dwarf, and ansistring

2010-03-03 Thread Seth Grover
> I believe this is a bug that was introduced with GDB 7.0 > Jonas You're right, I tried it with gdb 6.8 and it worked as you described: (gdb) print S $1 = (&ANSISTRING) @0x8069410: 0x8065074 'test' -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is pure

Re: [fpc-pascal] Re: GDB issues with the latest unstable FPC...

2007-03-02 Thread Jonas Maebe
On 02 Mar 2007, at 10:36, m utku wrote: > Do line numbers work? Yes, indeed I can use dump_stack without problems but still no luck with breakpoints. I can always reproduce this case: (1) declare a test function like: procedure foobar; begin // some code to avoid smart link elimination, ju

[fpc-pascal] Re: GDB issues with the latest unstable FPC...

2007-03-02 Thread m utku
Jonas Maebe <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > On 02 Mar 2007, at 08:56, m utku wrote: > >> I am using an unstable fpc version(2.1.1 -- snapshot from last >> week). While debugging my specific project, GDB(6.4 - Debian Sarge) >> seems to be wrong about the function locat