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
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
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
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
> 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
> 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
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
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