From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102441 invoked by alias); 1 Mar 2016 16:33:29 -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 102425 invoked by uid 89); 1 Mar 2016 16:33:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=TAG X-HELO: mail-pa0-f65.google.com Received: from mail-pa0-f65.google.com (HELO mail-pa0-f65.google.com) (209.85.220.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 01 Mar 2016 16:33:27 +0000 Received: by mail-pa0-f65.google.com with SMTP id yy13so10669174pab.1 for ; Tue, 01 Mar 2016 08:33:27 -0800 (PST) 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=8bFg8wKg2LD9AT0AwVzaWf4fbU/0AgOZef1KZzXv9Rk=; b=P2no0Cmq71qiBkwNV+4dMuN3E955JV2Jww3GqDOQoumQpxw3io58BJnzT76ZXl8Nwg 0utTOIjTOqEctLGhV5pblQgfS4lYqjceE0yo64H8+8HM0wg1jp+pK4PYRcXiTmvLswxz ahQUtlS0yBy9C0IUdQ2e0QZFcXoOekOqhMfoST7MI7wzlM9tIdOMoJ+XsYJjaS9Dm3i9 JngRnO2/A0APShOU6exK3TZOZr7BDTV/t7Re9urU8UxViZtS1aBEIRmXTfZ5wSnJDF7O 9lfXZpMUL//boFwqb/d6dGahjBn4tmvesnw8tlKAtjow8XM5pyl/sAEWsjsF9Ikb3wI2 45ag== X-Gm-Message-State: AD7BkJLzGWqc1RUPb8tVa19A7hjPbzWwd0Ypx9Hh7SmaCJx85PrdqF+4Al5skNEQ64p5yQ== X-Received: by 10.66.151.177 with SMTP id ur17mr30998871pab.68.1456850005866; Tue, 01 Mar 2016 08:33:25 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id b79sm8527096pfj.25.2016.03.01.08.33.22 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 01 Mar 2016 08:33:24 -0800 (PST) From: Yao Qi To: Kieran Bingham Cc: gdb-patches@sourceware.org, arnez@linux.vnet.ibm.com, jeffm@suse.com, peter.griffin@linaro.org, lee.jones@linaro.org, russell.wayman@linaro.org, kernel@stlinux.com Subject: Re: [RFC PATCH 0/4] GDB Linux Kernel Thread Awareness References: <1456427706-30077-1-git-send-email-kieran.bingham@linaro.org> Date: Tue, 01 Mar 2016 16:33:00 -0000 In-Reply-To: <1456427706-30077-1-git-send-email-kieran.bingham@linaro.org> (Kieran Bingham's message of "Thu, 25 Feb 2016 19:15:02 +0000") Message-ID: <86r3fu9mzz.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-03/txt/msg00010.txt.bz2 Kieran Bingham writes: > For ease of access/replication, this patch set is also hosted at: > > URL: http://git.linaro.org/people/kieran.bingham/binutils-gdb.git > TAG: 2016-02-25-LKD-thread-aware-c-gdb-submission How can I play with these new bits in GDB? Do you have some instructions to use GDB to debug linux kernel over QEMU? --=20 Yao (=E9=BD=90=E5=B0=A7)