From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by sourceware.org (Postfix) with ESMTPS id D58853861035 for ; Tue, 6 Jul 2021 21:08:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D58853861035 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 166L3j82131867; Tue, 6 Jul 2021 17:08:15 -0400 Received: from ppma03dal.us.ibm.com (b.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.11]) by mx0a-001b2d01.pphosted.com with ESMTP id 39mq0hdt4s-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Jul 2021 17:08:15 -0400 Received: from pps.filterd (ppma03dal.us.ibm.com [127.0.0.1]) by ppma03dal.us.ibm.com (8.16.1.2/8.16.1.2) with SMTP id 166L4ZGg012133; Tue, 6 Jul 2021 21:08:14 GMT Received: from b03cxnp08027.gho.boulder.ibm.com (b03cxnp08027.gho.boulder.ibm.com [9.17.130.19]) by ppma03dal.us.ibm.com with ESMTP id 39jhpy9dfn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Jul 2021 21:08:14 +0000 Received: from b03ledav002.gho.boulder.ibm.com (b03ledav002.gho.boulder.ibm.com [9.17.130.233]) by b03cxnp08027.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 166L8BmP17367314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 6 Jul 2021 21:08:11 GMT Received: from b03ledav002.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4B80913604F; Tue, 6 Jul 2021 21:08:11 +0000 (GMT) Received: from b03ledav002.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id EAFE9136061; Tue, 6 Jul 2021 21:08:10 +0000 (GMT) Received: from li-e362e14c-2378-11b2-a85c-87d605f3c641.ibm.com (unknown [9.163.3.57]) by b03ledav002.gho.boulder.ibm.com (Postfix) with ESMTP; Tue, 6 Jul 2021 21:08:10 +0000 (GMT) Message-ID: From: Carl Love To: Luis Machado , gdb@sourceware.org Cc: Rogerio Alves , Ulrich Weigand Date: Tue, 06 Jul 2021 14:08:10 -0700 In-Reply-To: <19999a766ed0a18c95619495aa4cfc4a4c5253ca.camel@us.ibm.com> References: <2915ed3bce4756d4b6291ae3bf84a8b4a9ce67a7.camel@us.ibm.com> <0581aed7-5fbb-4764-d6fa-ac6a0573044e@linaro.org> <19999a766ed0a18c95619495aa4cfc4a4c5253ca.camel@us.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 (3.28.5-14.el8) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-GUID: khQcH_weHUTMxUugPYSjr0ln3KJgCTQ7 X-Proofpoint-ORIG-GUID: khQcH_weHUTMxUugPYSjr0ln3KJgCTQ7 Subject: RE: GDB reverse execution question X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-07-06_11:2021-07-06, 2021-07-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 spamscore=0 malwarescore=0 bulkscore=0 priorityscore=1501 mlxscore=0 adultscore=0 impostorscore=0 lowpriorityscore=0 mlxlogscore=752 phishscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107060098 X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_EF, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 21:08:19 -0000 Louise: > > The patch does fix a number of the reverse regression test failures. > However, the specific test that I am looking at, finish-reverse.exp, > is > not fixed. Here is the list of failures with and without your fix: > Sorry, I got confused. The email I sent was for step-reverse.exp which is fixed by your patch. I have also been looking at finish-reverse.exp which is not fixed. I got the two mixed up. I will continue to look at finish-reverse.exp and see what is going on with that test. Carl