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]

Multiple breakpoints with MI?



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>")?

Andre' 


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