From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28892 invoked by alias); 21 Aug 2008 14:17:04 -0000 Received: (qmail 28881 invoked by uid 22791); 21 Aug 2008 14:17:03 -0000 X-Spam-Check-By: sourceware.org Received: from gv-out-0910.google.com (HELO gv-out-0910.google.com) (216.239.58.185) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 14:16:29 +0000 Received: by gv-out-0910.google.com with SMTP id n8so2771gve.39 for ; Thu, 21 Aug 2008 07:16:26 -0700 (PDT) Received: by 10.187.213.19 with SMTP id p19mr116652faq.79.1219328186231; Thu, 21 Aug 2008 07:16:26 -0700 (PDT) Received: by 10.187.224.15 with HTTP; Thu, 21 Aug 2008 07:16:26 -0700 (PDT) Message-ID: <8a15eb2b0808210716j76a63d1ao8ea3509d388fdd81@mail.gmail.com> Date: Thu, 21 Aug 2008 21:35: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/msg00243.txt.bz2 > Try building GDB HEAD instead, or building a cross-configured GDB. I built the GDB HEAD on Ubuntu and it worked great! It sent the Z-packet and my target broke in to the debugger when it that memory was accessed. Thank you! - Gabe