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]

[commit] [patch 2/2] [+doc] New -iex and -ix: -ex and -x before inferior load


On Sat, 25 Feb 2012 14:49:40 +0100, Jan Kratochvil wrote:
> gdb/
> 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* NEWS: Describe new options --init-command=FILE, -ix and
> 	--init-eval-command=COMMAND, -iex.
> 	* main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
> 	CMDARG_INIT_COMMAND.
> 	(captured_main): New enum items OPT_IX and OPT_IEX.  Add
> 	"init-command", "init-eval-command", "ix" and "iex" to the variable
> 	long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
> 	New comment for CMDARG_FILE and CMDARG_COMMAND processing.
> 	(print_gdb_help): Describe --init-command=FILE, -ix and
> 	--init-eval-command=COMMAND, -iex.
> 
> gdb/doc/
> 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
> 	--init-eval-command=COMMAND, -iex.
> 	(Startup): Describe -iex and -ix.  Simplify the example
> 	for "set auto-load-scripts off".
> 
> gdb/testsuite/
> 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
> 	for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
> 	ncmd = 0.  New entry for VEC_cleanup cmdarg_s.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2012-03/msg00235.html


Thanks,
Jan


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