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]

Re: [RFA] Implement -break-commands


> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Mon, 27 Jul 2009 13:03:12 +0400
> 
> The below patches implement MI -break-commands. As the name implies,
> it's the same as CLI 'commands'.

Thanks.  Could you perhaps say a few words about the use-cases where
this is needed by a front end?

> +Specifies the CLI commands that should be executed when breakpoint
> +@var{number} is hit.  The parameters @var{command1} to @var{commandN}
> +are the commands. If no command is specified, any previously-set
> +commands are cleared. @xref{Break Commands}

Two spaces between sentences, please.

> +-break-command "print v" "continue"

"break-command" or "break-commands"?

OK with those changes.

How about a NEWS entry for this?


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