From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124043 invoked by alias); 12 Dec 2018 15:16:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 123909 invoked by uid 89); 12 Dec 2018 15:16:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Dec 2018 15:16:22 +0000 Received: by mail-wr1-f51.google.com with SMTP id z5so18038005wrt.11 for ; Wed, 12 Dec 2018 07:16:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=GePY25ffnjhoE+hfoZbyQSbk69SSW6B1gRf5n4NPIGs=; b=KNFGANSnDt6zFA5dui/UAMgul5JOCWKGZg4R740upkc/9iw23ptd3PcyGAqe0CAujG sM2YGlkwf6sQc4c0XNa1XQS6eB1rK4YNSKTJxBjRjsAyt65z/oVLQnDsIMMyOHluOH3t DSAZfl1GD11IH+0CWpBPx6nNBuRo2ODzcBq5ILw0jvC/hpYTQin9OJtTSrGpIrOGTpVJ 7RHTPx8DC1lW15az9onePPn6y/EupeVe1M2z1n80Yc5F5CKz5c+BJ3tM8lywj6qHUAvZ sVx7tBDi8uhfmKoR2njsvAhoX4rdr5SE1Z3R0IJNkdVJtxV1FspuG05lY2Al1NkeQdLv h0TA== Return-Path: Received: from localhost ([2a02:390:741d:1:3665:d267:b319:d766]) by smtp.gmail.com with ESMTPSA id i13sm16487034wrw.32.2018.12.12.07.16.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Dec 2018 07:16:18 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCHv3 0/2] Handle Errors While Preparing For Inferior Call Date: Wed, 12 Dec 2018 15:16:00 -0000 Message-Id: In-Reply-To: References: X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00132.txt.bz2 This revision doesn't change much over v2, except that I have dropped the previous patch #2 in response to Pedro's feedback. I still think that patch #1 is worth while, it _is_ possible to throw errors while reading registers, and ideally this wouldn't cause an assertion (which with patch #1 it no longer will). What is now patch #2, but was previously #3 is just a small cleanup of test results. --- Andrew Burgess (2): gdb/infcall: Make infcall_suspend_state more class like gdb: Update test pattern to deal with native-extended-gdbserver gdb/ChangeLog | 20 ++++++ gdb/infrun.c | 132 ++++++++++++++++++++++--------------- gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.base/annota1.exp | 23 ++++++- 4 files changed, 125 insertions(+), 54 deletions(-) -- 2.14.5