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 remote.c doc/ChangeLog doc/g ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	qiyao@sourceware.org	2013-06-25 13:01:28

Modified files:
	gdb            : ChangeLog remote.c 
	gdb/doc        : ChangeLog gdbint.texinfo 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/boards: native-extended-gdbserver.exp 
	                      native-gdbserver.exp 
	                      native-stdio-gdbserver.exp 
	gdb/testsuite/gdb.server: ext-attach.exp 
	gdb/testsuite/gdb.trace: tsv.exp 

Log message:
	Upload tsv earlier in remote_start_remote
	
	In extended-remote, when GDB connects the target, but target is not
	running, the TSVs are not uploaded.  When GDB attaches to a process,
	the TSVs are not uploaded either.  However, GDBserver has some
	builtin or predefined TSV to upload, such as $trace_timestamp.  This
	bug causes $trace_timestamp is never uploaded.
	
	gdb/
	
	2013-06-25  Yao Qi  <yao@codesourcery.com>
	
	* remote.c (remote_start_remote): Move code to upload tsv
	earlier.
	
	gdb/testsuite/
	
	2013-06-25  Yao Qi  <yao@codesourcery.com>
	
	* boards/native-extended-gdbserver.exp: Set board_info
	'gdb,predefined_tsv'.
	* boards/native-gdbserver.exp: Likewise.
	* boards/native-stdio-gdbserver.exp: Likewise.
	* gdb.server/ext-attach.exp: Load trace-support.exp.  Check
	uploaded TSVs if target supports tracing.
	* gdb.trace/tsv.exp: Check uploaded TSVs if target supports
	tracing and target has predefined tsv.
	
	gdb/doc/
	
	2013-06-25  Yao Qi  <yao@codesourcery.com>
	
	* gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15736&r2=1.15737
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.555&r2=1.556
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1470&r2=1.1471
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdbint.texinfo.diff?cvsroot=src&r1=1.350&r2=1.351
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3705&r2=1.3706
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/boards/native-extended-gdbserver.exp.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/boards/native-gdbserver.exp.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/boards/native-stdio-gdbserver.exp.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.server/ext-attach.exp.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.trace/tsv.exp.diff?cvsroot=src&r1=1.18&r2=1.19


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