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]

Re: [PATCH 1/2] gdb/reverse: Fix continue_to_breakpoint in syscall testcases.


On 11/02/2015 07:58 PM, Marcin KoÅcielnicki wrote:
> continue_to_breakpoint always continues to the next breakpoint, not to the
> one named in parameter.  This rendered the tests effectively useless, since
> marker2 was never reached.
> 
> gdb/testsuite/ChangeLog:
> 
> 	* gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
> 	reaching marker2.
> 	* gdb.reverse/getresuid-reverse.exp: Likewise.
> 	* gdb.reverse/pipe-reverse.exp: Likewise.
> 	* gdb.reverse/readv-reverse.exp: Likewise.
> 	* gdb.reverse/recvmsg-reverse.exp: Likewise.
> 	* gdb.reverse/time-reverse.exp: Likewise.
> 	* gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.

OK.

Thanks!

-- 
Pedro Alves


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