From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61336 invoked by alias); 1 Feb 2019 12:50:43 -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 61302 invoked by uid 89); 1 Feb 2019 12:50:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:319 X-HELO: mail-wr1-f65.google.com Received: from mail-wr1-f65.google.com (HELO mail-wr1-f65.google.com) (209.85.221.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Feb 2019 12:50:41 +0000 Received: by mail-wr1-f65.google.com with SMTP id z5so6929031wrt.11 for ; Fri, 01 Feb 2019 04:50:41 -0800 (PST) Return-Path: Received: from [10.101.61.114] ([213.58.148.146]) by smtp.gmail.com with ESMTPSA id g129sm2214840wmf.39.2019.02.01.04.50.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Feb 2019 04:50:38 -0800 (PST) Subject: Re: [PATCH] gdbserver: When attaching, add process before lwps To: Alan Hayward References: <20190125104834.2595-1-alan.hayward@arm.com> <0e75277b-fa80-129d-e82b-3f854bb33124@redhat.com> <7F0653B2-0EE2-4242-BE91-C40B055FD169@arm.com> <93ef0362-677a-4353-5942-d987a985e403@redhat.com> Cc: "gdb-patches@sourceware.org" , nd From: Pedro Alves Message-ID: Date: Fri, 01 Feb 2019 12:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <93ef0362-677a-4353-5942-d987a985e403@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-02/txt/msg00004.txt.bz2 On 02/01/2019 12:30 PM, Pedro Alves wrote: > The restart gdb step checks whether gdbserver crashes / or misbehaves > while detaching from the process. Forgot to say, make sure to test with --target_board=native-extended-gdbserver Thanks, Pedro Alves