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 - few problems [MI commands, gdb6.7.50.20080221]


Hi, I have few problems using <MUTLIPLE> breakpoints with MI commands, maybe you can help me.
1) to be sure: I can't delete sub-breakpoint, only disable it?
2) sometimes gdb complains that can't set sub-breakpoint (Cannot insert breakpoint <whole number>. Error accessing memory address <address>.) I want to disable such sub-breakpoint, but I can't because:
a) <whole number> it's not sub-breakpoint id
b) I could use <address> to find sub-breakpoint, but it's impossible because -break-list (or -break-info <whole number>) doesn't return any information about sub-breakpoints.
Is it a bug or I missed something? How can I list sub-breakpoints?


Best regards,
Bogdan


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