From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22621 invoked by alias); 17 Sep 2014 13:00:49 -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 22608 invoked by uid 89); 17 Sep 2014 13:00:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 17 Sep 2014 13:00:47 +0000 Received: by mail-pa0-f52.google.com with SMTP id kq14so2136999pab.39 for ; Wed, 17 Sep 2014 06:00:46 -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:date :message-id:subject:from:to:cc:content-type; bh=ThznKEL+s3Lb8/iw/OPWdAtgSsKxC/Z4HmejiPIuE6g=; b=gvV6e5VacfmBcNlfjI5MgBrKc7u3MRddjR+X/xVpXhlTaD7QtMsg45/XuBCo4zG+dE dPISOW3OBrdEsE7WmFI5BB7fPSsNbY/MJQeMRTcQ20EFNJMsOJBnH7Uyw63dH8th8bc0 3ecNAyeXqFHCqBsGV0zsNvvs9Tvc2oWI6nIimmg2Wwm+4hWkfDcvHSNN4VELvRprNOus fRSgYqt3cic1Sk4VdZ9IRCzObX2poF5sII+Ix1IbLYOmZoiAyHq4//wR7qsvizwSHB44 D26HVWq6sOTPbVpaej0Dk0ydBqWsRB3sprXQrfpy0BC8lNxEXEhjTA0ALcKe3lSm+Fzu 4E3w== X-Gm-Message-State: ALoCoQliHkUU3nihjnIZSvOAio/735gfEkxEUXu0wwgbGAt7nIi9EsLxKLoGirGtJn98/vMfj5Zn MIME-Version: 1.0 X-Received: by 10.66.139.200 with SMTP id ra8mr59443288pab.69.1410958846140; Wed, 17 Sep 2014 06:00:46 -0700 (PDT) Received: by 10.70.64.137 with HTTP; Wed, 17 Sep 2014 06:00:46 -0700 (PDT) In-Reply-To: <54186ED9.3090306@redhat.com> References: <1408563606-24314-1-git-send-email-patrick@parcs.ath.cx> <1408591949-29689-1-git-send-email-patrick@parcs.ath.cx> <54087F68.8020606@redhat.com> <87zjebyoey.fsf@redhat.com> <87oaurynsx.fsf@redhat.com> <54186B53.7020809@redhat.com> <874mw7ts1u.fsf@redhat.com> <54186ED9.3090306@redhat.com> Date: Wed, 17 Sep 2014 13:00:00 -0000 Message-ID: Subject: Re: [PATCH v2] Fix PR12526: -location watchpoints for bitfield arguments From: Patrick Palka To: Pedro Alves Cc: Sergio Durigan Junior , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00583.txt.bz2 Awesome! Thanks to the both of you, for your help and guidance.