This is the mail archive of the gdb-patches@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: [PATCH] Removal of markup annotations


On Wed, Jun 15, 2005 at 03:16:03PM +1200, Nick Roberts wrote:
> 
> Here's the patch for the removal of some of the level 2 annotations that I
> referred to yesterday.  It primarily removes the markup annotations that
> worked just with level (annotation_level == 2) and leaves those which also
> worked with level 3 (annotation_level > 2).  But it also restricts
> breakpoints_changed and annotate_frames_invalid to level 2.
> breakpoints_changed doesn't get called at the moment because currently
> deprecated_delete_breakpoint_hook and deprecated_modify_breakpoint_hook have
> been set to zero in clear_interpreter_hooks.  I have already submitted a
> patch for this (2005-06-04).
> 
> This patch cleans up the code quite considerably and hopefully will relieve
> some of the pressure to remove the remaining annotations.

Is there "pressure"?  I don't see the point in snipping out bits of
-annotate=2 until we're ready to remove it entirely, which I would like
to do but I accept that we are not yet ready for.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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