This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog NEWS data-directory/Makefile ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	pmuldoon@sourceware.org	2011-08-17 10:41:22

Modified files:
	gdb            : ChangeLog NEWS 
	gdb/data-directory: Makefile.in 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.python: python.exp 
Added files:
	gdb/python/lib/gdb: prompt.py 
	gdb/python/lib/gdb/command: prompt.py 

Log message:
	2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
	Tom Tromey  <tromey@redhat.com>
	Matt Rice <ratmice@gmail.com>
	
	* python/lib/gdb/prompt.py: New file.
	* python/lib/gdb/command/prompt.py: New file.
	* NEWS: Document set extended-prompt and gdb.prompt library
	
	2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
	
	* gdb.texinfo (Prompt): Add set/show extended-prompt
	documentation
	(Basic Python): Add prompt_hook anchor.
	(Python modules): Reword module text to reflect multiple modules.
	(gdb.prompt): Document gdb.prompt module.
	
	2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
	
	* gdb.python/python.exp: Add extended-prompt tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13271&r2=1.13272
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.449&r2=1.450
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/data-directory/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1206&r2=1.1207
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.855&r2=1.856
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/lib/gdb/prompt.py.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/lib/gdb/command/prompt.py.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2835&r2=1.2836
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/python.exp.diff?cvsroot=src&r1=1.24&r2=1.25


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