This is the mail archive of the gdb@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: Multiple breakpoints with MI?


On Thu, Oct 09, 2008 at 10:02:05AM +0200, Andr? P?nitz wrote:
> 
> 
> If I set a breakpoint in a (C++) constructor, gdb helpfully puts
> breakpoints in all incarnations of the code. It also reports them
> when running 'info break', "unfortunately" is a human-readable
> but not easily machine-readable way.
> 
> Is there a way to get the same kind of information using the MI?
> -break-list only reports a single breakpoint with a somewhat 
> weird format (two "addr=" fields, one containing the string 
> "<PENDING>")?

I'm pretty sure the answer is "not yet" - it's a known whole that
needs someone to fill it :-(

-- 
Daniel Jacobowitz
CodeSourcery


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