From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22035 invoked by alias); 31 Oct 2012 19:20:04 -0000 Received: (qmail 21990 invoked by uid 22791); 31 Oct 2012 19:20:03 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 31 Oct 2012 19:19:58 +0000 Received: by mail-ob0-f169.google.com with SMTP id va7so2010564obc.0 for ; Wed, 31 Oct 2012 12:19:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=n/3B72SJQhK9theKcv+vOZj8txASNvRqCjh6+TC2XIE=; b=UEPgIC3lujN9sVAEsxl8jxn5CLB7l7jMd1ONp++dvxWaX2wFGUV/3FCHnHr/YlOiZi bGgH3smWun7cE5sApUzStHck2DbYzy/hjxK9PesHJ282PmJRnwJC8IKSjGQtuIGX4XdC 3pzkKt0t9dEmQJRMy+UJf9SN6iXKCenJhBSPsdx1vddHROgA+1ylkaPDZEFEobD9USkF H9O1RjSgCbpZBoU3VEUOTp35tpXJZRMRsV4gxhm+Ne6yla6Hzu4qbxx044bCv2cvbOMg svBPbgLd7BD7qZUcvbBQfxDal1YkrhDT3iCzf6aDnSd+vT36mWSc4Et5sDQC21dDz6qg KVCA== MIME-Version: 1.0 Received: by 10.60.14.198 with SMTP id r6mr31591301oec.115.1351711197395; Wed, 31 Oct 2012 12:19:57 -0700 (PDT) Received: by 10.76.71.201 with HTTP; Wed, 31 Oct 2012 12:19:57 -0700 (PDT) In-Reply-To: <509166FD.3050805@redhat.com> References: <1348793347-12556-1-git-send-email-yao@codesourcery.com> <1348793347-12556-3-git-send-email-yao@codesourcery.com> <5065E1E9.5040204@redhat.com> <5065E292.4000606@redhat.com> <506701EC.7040703@codesourcery.com> <509166FD.3050805@redhat.com> Date: Wed, 31 Oct 2012 19:20:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] new tracepoint downloaded MI notification. From: Doug Evans To: Pedro Alves , Keith Seitz Cc: Yao Qi , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQkvR+rgfa44rgYQEtVQTuMa0he3IN4H2eFshpitoXRkx9bM/K0Hq3ILCXen0+1kxzwvjWqUAtv2MVQoa/shRthzvDrVrXmyPBah5ThF1ULzZEIv8eoH8iin4/I0HMPyLaDr5S9WSKQ/uEjFsCUQuZA/y4WoYTBvHhNPvUwclPQGMQJcVQLc+HieWkb8dlTo+mS6dxqbIiGAQHHWH+DKXvn7RXv5Iw== X-IsSubscribed: yes 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 X-SW-Source: 2012-10/txt/msg00569.txt.bz2 On Wed, Oct 31, 2012 at 10:59 AM, Pedro Alves wrote: > [...] I think all this goes hand in hand with > redesigning how GDB handles breakpoint re-setting (or rather, get rid of re-setting as is), > which will make this whole stabler locations issue better. Keith will be going to > work on that very soon, IIUC. I'm looking forward to that. :-)