[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] Disabling Address Breakpoints....
|
Set an address breakpoint in DLL. When you restart the session gdb tries to
set this breakpoint, but the library hasn't been loaded yet. The gdb reports
that the breakpoint is successfully set, but when you try to continue, gdb
stops with an error.
I know that disabling all address breakpoints at the beginning is not a best
idea, especially if you have second session that also uses this breakpoint.
We are looking now for a better solution.
Mikhail Khodjaiants
----- Original Message -----
From: "Chris Songer" <songer@xxxxxxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Wednesday, April 21, 2004 6:06 PM
Subject: [cdt-debug-dev] Disabling Address Breakpoints....
>
> Hi,
>
> CDebugTarget.setBreakpoints intentionally disables address breakpoints.
>
> I don't understand why. Our users are logging it as a bug and I totally
> agree with them. Is there something that breaks with address breakpoints
> for some reason?
>
> Thanks!
> -Chris
>
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>