Debugging a Vlc dll with GDB.

Daniel Jacobowitz drow@false.org
Fri Dec 7 00:42:00 GMT 2007


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.

>  	  if (pending_break_support == AUTO_BOOLEAN_AUTO && 
> -	      !nquery ("Make breakpoint pending on future shared library load? "))
> +	      !nquery (_("\
> +Make breakpoint pending on future symbol file addition? ")))

Accurate, but I don't like it much... sounds awkward.

For the rest, I don't really like the churn on messages; would it work
to just push the error down below *not_found_ptr = 1, and make it a
NOT_FOUND_ERROR?

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list