From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1554 invoked by alias); 21 Aug 2008 17:11:59 -0000 Received: (qmail 1540 invoked by uid 22791); 21 Aug 2008 17:11:58 -0000 X-Spam-Check-By: sourceware.org Received: from gv-out-0910.google.com (HELO gv-out-0910.google.com) (216.239.58.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 17:11:22 +0000 Received: by gv-out-0910.google.com with SMTP id n8so31717gve.39 for ; Thu, 21 Aug 2008 10:11:20 -0700 (PDT) Received: by 10.187.212.1 with SMTP id o1mr2211faq.30.1219338679862; Thu, 21 Aug 2008 10:11:19 -0700 (PDT) Received: by 10.187.224.15 with HTTP; Thu, 21 Aug 2008 10:11:14 -0700 (PDT) Message-ID: <8a15eb2b0808211011r31bdb8c8ob5fdc91814e2662b@mail.gmail.com> Date: Fri, 22 Aug 2008 08:36:00 -0000 From: "Gabe Black" Reply-To: gabe@blackfam.net To: gabe@blackfam.net, gdb@sourceware.org Subject: Re: How to get remote target to break on memory access (use z-packet) In-Reply-To: <20080820185226.GA22063@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8a15eb2b0808200957g5fd46a96xb2e69ac60074103a@mail.gmail.com> <20080820185226.GA22063@caradoc.them.org> 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 X-SW-Source: 2008-08/txt/msg00244.txt.bz2 > Try building GDB HEAD instead, or building a cross-configured GDB. Ok, so it worked when I built the HEAD on Ubuntu, however, it did not work and behaved the same as before when I built it using mingw/msys. Was the fix implemented platform dependent? Thanks, Gabe