From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8673 invoked by alias); 23 May 2016 10:14:20 -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 8664 invoked by uid 89); 23 May 2016 10:14:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f195.google.com Received: from mail-pf0-f195.google.com (HELO mail-pf0-f195.google.com) (209.85.192.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 23 May 2016 10:14:19 +0000 Received: by mail-pf0-f195.google.com with SMTP id 145so18334205pfz.1 for ; Mon, 23 May 2016 03:14:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=NXn6KrxNyedaP0m4/r/K6d/nOwNrBqHWCGviIqoUkCU=; b=AdZdQ3dAI31K2Dq6PTVR8niRCiHZOI7ieNi4aprw3zJnkhDcV8b7bmBkTBED8DT1Ex ajfX1Xjhi0mlcFT6p/rq8HhCP5x511MFvMsS1Cc5sJmqNtBvR/+JhMwPteoKpHOJRf/v SvkCxjHn04A21FLLBPoiofuqRO02Wi6zeuqVylRAvIdQUz2YfJg4BJg5e3hpTxDQg1KA DF4y6DO5aOOjKs8EY5HOC/Sl5/5UoK8tNIaArEV+gq00ujTLnOu4se2TuwRqEzow62FC IZvGbwJaze/neotE0OSkOtSObj3wUfw42Tzs4bmc19ei7jFK3RBuRPhdWvadqo7KgPSN 17fA== X-Gm-Message-State: AOPr4FW6TLCEVLDMIPekWLzho8JcHFM/bhP93JFp/9NV8RA/acMAbfqgxGiDItjRvN49Cg== X-Received: by 10.98.83.199 with SMTP id h190mr25694273pfb.15.1463998457249; Mon, 23 May 2016 03:14:17 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id 64sm45388051pfk.69.2016.05.23.03.14.14 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 23 May 2016 03:14:16 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 6/6] Fix PR gdb/19828: gdb -p : internal error References: <1463669290-30415-1-git-send-email-palves@redhat.com> <1463669290-30415-7-git-send-email-palves@redhat.com> Date: Mon, 23 May 2016 10:14:00 -0000 In-Reply-To: <1463669290-30415-7-git-send-email-palves@redhat.com> (Pedro Alves's message of "Thu, 19 May 2016 15:48:10 +0100") Message-ID: <86twhp6pzm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00377.txt.bz2 Pedro Alves writes: > gdb/ChangeLog: > yyyy-mm-dd Pedro Alves > > PR gdb/19828 > * linux-nat.c (attach_proc_task_lwp_callback): Mark the lwp > resumed, and add the thread to GDB's thread list. > > testsuite/ChangeLog: > yyyy-mm-dd Pedro Alves > > PR gdb/19828 > * gdb.threads/clone-attach-detach.c: New file. > * gdb.threads/clone-attach-detach.exp: New file. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)