This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [PATCH] PR breakpoints/15697: Remove =breakpoint-modified when hitting dprintf
- From: Marc Khouzam <marc dot khouzam at ericsson dot com>
- To: 'Pedro Alves' <palves at redhat dot com>
- Cc: "'gdb-patches at sourceware dot org'" <gdb-patches at sourceware dot org>
- Date: Tue, 29 Apr 2014 17:47:59 +0000
- Subject: RE: [PATCH] PR breakpoints/15697: Remove =breakpoint-modified when hitting dprintf
- Authentication-results: sourceware.org; auth=none
- References: <1398716623-16991-1-git-send-email-marc dot khouzam at ericsson dot com> <535FDAB3 dot 7010601 at redhat dot com>
> -----Original Message-----
> From: Pedro Alves [mailto:palves@redhat.com]
> Sent: Tuesday, April 29, 2014 1:01 PM
> To: Marc Khouzam
> Cc: gdb-patches@sourceware.org
> Subject: Re: [PATCH] PR breakpoints/15697: Remove =breakpoint-modified
> when hitting dprintf
[Bunch of very valid concerns]
> Related, I'm not sure we should filter the
> observer_notify_breakpoint_modified call -- it would seem better if
> observers are notified, and the its MI that filters out those modifications that
> it isn't interested in.
> E.g., could TUI be interested in still receiving the nofications?
Something to think about. Simon made the same comment off-line.
> I don't have answers to the above, but I think these issues all need to be
> considered, and whatever resolutions we end up with need to be cast as
> comments in the code and manual.
Thanks Pedro, you are bringing up valid (and tricky :-)) points. I'll look into them
and see if I can come up with equally valid solutions.
Marc