This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging a Vlc dll with GDB.


Pedro Alves wrote:

> Daniel Jacobowitz wrote:
>> On Fri, Dec 07, 2007 at 12:28:42AM +0000, Pedro Alves wrote:
>>> I could swear there use to be a "pending resolved"
>>> notice.  Did it go away with the multiple breakpoint
>>> location support?
>> 
>> Yes, I believe so.  It was mostly there to warn you that the
>> breakpoint number had changed, which Vladimir has now fixed.
>> 
> 
> Humm, I found it useful, as in "ok, the breakpoint I set in a
> function that will only trigger after I do this, that, and that,
> is correctly set".  Now, I have to interrupt the inferior and
> do an info breakpoints to see if it got in.

Well, in MI any change of breakpoint should result in a notification --
though it does not do now. 

I have no idea whatsoever what should CLI do, but it seems to be strange
that you have to regularly check if your breakpoint is set -- is GDB
*that* buggy?

- Volodya



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]