From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16977 invoked by alias); 1 Nov 2010 18:23:56 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 16966 invoked by uid 22791); 1 Nov 2010 18:23:56 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Mon, 01 Nov 2010 18:23:00 -0000 From: Kevin Buettner To: archer@sourceware.org Subject: Re: gdbstub initial code, v15 Message-ID: <20101101112348.43afe201@mesquite.lan> In-Reply-To: <20101101175927.GA17098@redhat.com> References: <20101101175927.GA17098@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q4/txt/msg00023.txt.bz2 On Mon, 1 Nov 2010 18:59:27 +0100 Oleg Nesterov wrote: > Next: hardware watchpoints. But this is tricky, and right now I am > not sure ugdb can do this (at least unless we ignore conflicts with > other users of debugregX/ptrace_bps). For the time being, I would just ignore those conflicts. Later on, perhaps, it might make sense to implement facilities by which the various users can lock the resources in question. Kevin