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: [RFA, 3 of 3] save/restore process record, part 3 (save/restore)


Michael Snyder wrote:
Hui Zhu wrote:
Cool. Thanks, Michael.

I got some fail with testsuite:
consecutive-precsave.exp

This one is due to the disassembly changes. I'm sorry -- I thought I fixed it.

Hui, here's the fix for this one. OK?

2009-10-23  Michael Snyder  <msnyder@vmware.com>

	gdb.reverse/consecutive-precsave.exp: Change expect pattern
	to allow for new disassembly style.

Index: consecutive-precsave.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.reverse/consecutive-precsave.exp,v
retrieving revision 1.1
diff -r1.1 consecutive-precsave.exp
72c72
<     -re "($hex).*\[\r\n\]+($hex).*$gdb_prompt $" {
---
>     -re "=> ($hex).*\[\r\n\]+   ($hex).*$gdb_prompt $" {

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