Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Breakpoints in header files

>From our resident gdb expert I've learned of a bug fixed in gdb cvs head, but not in 7.4. This bug causes breakpoint installation failure in path/filename.h but not in ./path/filename.h.

-sergey

On Tue, Mar 13, 2012 at 3:06 AM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
Hi,

GDB 7.4 has some improved breakpoint handling.  Maybe it helps?

Marc

________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of "Axel Müller" [aegges@xxxxxx]
Sent: March 13, 2012 4:37 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Breakpoints in header files

I had also some problems with inlined function in a header file.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=357221
gdb fails if breakpoint was set before start of program.

 Axel


Gesendet: Dienstag, 13. März 2012 um 00:16 Uhr
Von: "Sergey Prigogin" <eclipse.sprigogin@xxxxxxxxx>
An: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Betreff: [cdt-dev] Breakpoints in header files
Does anybody know of any gotchas with setting breakpoints in header files? I have a user who says that breakpoints in header files are not working.

-sergey




Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App für iPhone und Android.
https://produkte.web.de/freemail_mobile_startseite/
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top