From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10268 invoked by alias); 21 Aug 2008 17:19:42 -0000 Received: (qmail 10260 invoked by uid 22791); 21 Aug 2008 17:19:41 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 17:19:03 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id ED3A8981E9; Thu, 21 Aug 2008 17:19:00 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id CEF119809F; Thu, 21 Aug 2008 17:19:00 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KWDoJ-0001S3-Lq; Thu, 21 Aug 2008 13:18:59 -0400 Date: Fri, 22 Aug 2008 11:24:00 -0000 From: Daniel Jacobowitz To: gabe@blackfam.net Cc: gdb@sourceware.org Subject: Re: How to get remote target to break on memory access (use z-packet) Message-ID: <20080821171859.GA5538@caradoc.them.org> Mail-Followup-To: gabe@blackfam.net, gdb@sourceware.org References: <8a15eb2b0808200957g5fd46a96xb2e69ac60074103a@mail.gmail.com> <20080820185226.GA22063@caradoc.them.org> <8a15eb2b0808211011r31bdb8c8ob5fdc91814e2662b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8a15eb2b0808211011r31bdb8c8ob5fdc91814e2662b@mail.gmail.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes 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/msg00245.txt.bz2 On Thu, Aug 21, 2008 at 12:11:14PM -0500, Gabe Black wrote: > > 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? Yes, it looks like no one fixed mingw. Don't build a native debugger. Try --target=i386-elf, or i386-linux, or whatever it is you're connecting to. -- Daniel Jacobowitz CodeSourcery