From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53889 invoked by alias); 7 Sep 2016 11:18:36 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 53098 invoked by uid 89); 7 Sep 2016 11:18:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:458, =e5=b0=a7?= X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Sep 2016 11:18:34 +0000 Received: by mail-oi0-f53.google.com with SMTP id w78so20396125oie.3 for ; Wed, 07 Sep 2016 04:18:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=NCeUPM7+6WOqaRT7G6C65y9tKOu4h1RBf7VlplNgRQc=; b=TSUpY7kMsH8zN347josvQu8XL+koIOEOUn58Fk0RgEb9WlwXtNP4m8EyxmqUG8EOLe w1thSDTLWtO+JFn55GlYpU01u/JcKR7hDZUawqw2czv/oDC6/K0y3y5/Wxkq8CeNK8CQ kdtteDg4I5edvwgjsvud1LmHPY3jxe3Xgb2d9QLf0DDyXHJel1kJ0IbhSwiih10kNkQd OvhJr94NqlgrBfqAr9DDD/SlWNG/evIb1aB95vVZwMPezQohQLItwYzeDdGvY4KOWCFa ZsjUCC6ruNTv1UsYWP3rWS7qrL4StlldVYa1vhuZ8wQ2ORNCxXSIpNVWUr07XbfOZJ3j Wm7A== X-Gm-Message-State: AE9vXwNJ9eGNSQkZZJpakuvxfy467wugNQnAP9K+zMRQfLfTB4I2vRhUrRlkgZbST6TciPZy2RZ2M8gX9rGJrw== X-Received: by 10.157.46.20 with SMTP id q20mr40117493otb.52.1473247112955; Wed, 07 Sep 2016 04:18:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.79.8 with HTTP; Wed, 7 Sep 2016 04:18:32 -0700 (PDT) In-Reply-To: <26ad12ea-64be-073e-2fb4-f28041012501@redhat.com> References: <72640866-3eec-8bcc-7cba-b42a28c98332@redhat.com> <26ad12ea-64be-073e-2fb4-f28041012501@redhat.com> From: Yao Qi Date: Wed, 07 Sep 2016 11:18:00 -0000 Message-ID: Subject: Re: GNU Cauldron To: Pedro Alves Cc: GDB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00042.txt.bz2 On Wed, Sep 7, 2016 at 11:41 AM, Pedro Alves wrote: > > The GDB BoF is right after my talk in the same room, so if we > end up overflowing, it doesn't look like it'll be a real > problem. Yes. > > Please let me know which projects those are. > - Change software_single_step interface, 1. use regcache instead of frame_info, 2. return a vector of address, - Support ARM tracepoint and range stepping. --=20 Yao (=E9=BD=90=E5=B0=A7)