This is the mail archive of the gdb@sources.redhat.com 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: GDB 6


 > Also, do you relize that breakpoint-invalid is buggy?
 > For many versions, gdb will not output breakpoints-invalid when you
 > delete the last breakpoint in the list.
 > 
 > so, 
 > 
 > b main
 > delete main
 > 
 > you will not get a breakpoints-invalid and emacs will still be
 > displaying a breakpoint.

I guess you mean `clear main' or `delete 1'. I've never had this problem. Perhaps
its is version or configuration dependent. For example, I've noticed that Gdb 5.0
configured as mips-sgi-irix6.2 doesn't generate pre-prompt or prompt annotations
but its always worked elsewhere.

Nick


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