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/testsuite ChangeLog gdb.base/disp-step ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	willnewton@sourceware.org	2013-07-19 10:24:34

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: disp-step-syscall.exp 

Log message:
	gdb/testsuite/gdb.base: Enable disp-step-syscall.exp tests for ARM.
	
	disp-step-syscall.exp is not run for ARM targets because ARM syscall
	instructions have not been added to the list of possible syscall
	instructions. This patch adds ARM syscall instructions to enable
	disp-step-syscall.exp tests for ARM targets. Attached patch is tested
	on ARMv7 and helps pass all disp-step-syscall.exp tests for ARM
	targets.
	
	gdb/testsuite/ChangeLog:
	
	2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
	
	* gdb.base/disp-step-syscall.exp: Add svc and swi syscall
	instructions and enable disp-step-syscall for arm targets.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3740&r2=1.3741
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/disp-step-syscall.exp.diff?cvsroot=src&r1=1.10&r2=1.11


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