This is the mail archive of the gdb-patches@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] |
I was actually thinking of keeping the hit count being updated but simply not sending the MI event for it. I'm under the impression that updating the hit count is not expensive, so having that information available can be useful. What bothers me is the very many MI events being sent to the frontend. If the hit count is not reported by an MI event for dprintf, its value can still be obtained by the frontend through -break-list for example.
For the agent-style dprintf though, I'm guessing that the hit count is not being updated to avoid communication with GDB? This scenario already had to be handled for normal breakpoints and I suggest using whatever scheme is already being used.
-- Yao (éå)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |