Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] DSF gdb: Unresolved breakpoint freezes application

My fault.  When adding support for setting a breakpoint while the target is running https://bugs.eclipse.org/bugs/show_bug.cgi?id=242943
I forgot the fact that the breakpoint installation can 'fail' in cases where the file is not part of the program, so DSF-GDB does not recover
well.

I'll post a fix to the bug you opened.

Thanks for finding this.

Marc


________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Axel Müller [aegges@xxxxxx]
Sent: May 28, 2010 3:40 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] DSF gdb: Unresolved breakpoint freezes application

Hi,

I found IMHO a serious bug in the gdb backend of DSF (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=314628). When I create a breakpoint in a source file that does not belong to the application that is currently debugged gdb will report an error and remain in some kind of freeze state. The application freezes as well.

I have attached a simple test case projectto the bug report  to demonstrate the bug. I would be happy if someone could have a look at it. In my opinion this bug makes it impossible to debug more than one application at once. A not uncommon scenario in Makefile projects.

  Axel
___________________________________________________________
NEU: WEB.DE DSL für 19,99 EUR/mtl. und ohne Mindest-Laufzeit!
http://produkte.web.de/go/02/
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top