This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Checked in: [RFA+doco/NEWS-RFA] Add support for --start option in -exec-run GDB/MI command.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 4 Oct 2013 10:36:20 +0200
- Subject: Checked in: [RFA+doco/NEWS-RFA] Add support for --start option in -exec-run GDB/MI command.
- Authentication-results: sourceware.org; auth=none
- References: <1380618763-27926-1-git-send-email-brobecker at adacore dot com> <87fvsl80gz dot fsf at fleche dot redhat dot com> <20131001155303 dot GG2840 at adacore dot com> <20131002132406 dot GA1464 at adacore dot com>
> gdb/ChangeLog:
>
> * mi/mi-main.c (run_one_inferior): Add function description.
> Make ARG a pointer to an integer whose value determines whether
> we should "run" or "start" the program.
> (mi_cmd_exec_run): Add handling of the "--start" option.
> Reject all other command-line options.
> * NEWS: Add entry for "-exec-run"'s new "--start" option.
>
> gdb/doc/ChangeLog:
>
> * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
> new "--start" option.
>
> gdb/testsuite/ChangeLog:
>
> * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
Thank you to both Eli and Tom for the reviews. Patch now checked in.
--
Joel