On Mon, Nov 29, 2010 at 7:54 PM, Eli Zaretskii wrote: >> Date: Mon, 29 Nov 2010 16:03:02 -0800 >> From: Doug Evans >> Cc: gdb-patches@sourceware.org >> >> I will check this in then, pending doc RFA. > > OK.  Do we want this to be mentioned in NEWS? > > Thanks. Probably. :-) 2010-11-29 Doug Evans PR python/12227 * NEWS: Mention -np * main.c (captured_main): Recognize -np. * top.c (inhibit_pythoninit): New global. * top.h (inhibit_pythoninit): Declare. * python/python.c (finish_python_initialization): Only initialize gdb module if not -np. doc/ * gdb.texinfo (Mode Options): Document -np. testsuite/ * lib/gdb.exp: Add -np to INTERNAL_GDBFLAGS.