This is the mail archive of the
frysk@sourceware.org
mailing list for the frysk project.
Re: patch to add breakpoint commands
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Cagney <cagney at redhat dot com>
- Cc: Tom Tromey <tromey at redhat dot com>, frysk at sourceware dot org
- Date: Wed, 5 Mar 2008 10:07:07 -0700
- Subject: Re: patch to add breakpoint commands
- References: <18382.49031.893322.680963@fleche.redhat.com> <47CEDB6F.2090301@redhat.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
Andrew> for all of these they have several things:
[...]
Andrew> - should the end result be to stop or continue (attribute or not?)
For this I don't see much wrong with the gdb model -- stop by default,
let the command specify "go" if it wants. This has never caused me
much trouble (while OTOH I frequently forget 'silent').
Andrew> that can be characterised as attributes; as, dare I suggest,
Andrew> you're reading into the intent of the HPD, the way to do this
Andrew> is would be with -silent option to the commands that create
Andrew> and edit (see actions) actionpoints.
Yeah, that would be fine by me.
Tom