ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDD does not load .h files from shared lib, even when inline methods


From: Andrew Gaylard
Subject: Re: DDD does not load .h files from shared lib, even when inline methods are present
Date: Fri, 17 Oct 2003 19:44:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Johann Cohen-Tanugi wrote:
Hi there,
I am debugging a executable with shared libs, which are compiled with -g of course. The .cxx are recognized but not the .h: when I try to step in a method inlined in the .h, I get weird messages like:
(gdb) list FitsService.h:1
Line 1 of "FitsService.h" is at address 0x81582f0 <virtual thunk to Goodi::FitsService::~FitsService()> but contains no code.

and it does not load it so that I can set breakpoints in....

Can somebody help?
thanks in advance,
Johann

Hi Johann,

This looks like a gcc/gdb issue.

Can you try turning off inlining at compile-time?







reply via email to

[Prev in Thread] Current Thread [Next in Thread]