From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31033 invoked by alias); 12 Jan 2007 14:34:42 -0000 Received: (qmail 31019 invoked by uid 22791); 12 Jan 2007 14:34:41 -0000 X-Spam-Check-By: sourceware.org Received: from sophia.inria.fr (HELO sophia.inria.fr) (138.96.64.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Jan 2007 14:34:34 +0000 Received: from localhost (localhost [127.0.0.1]) by sophia.inria.fr (8.13.8/8.13.4) with ESMTP id l0CEYNDo024388; Fri, 12 Jan 2007 15:34:23 +0100 Received: from garfield.inria.fr (garfield.inria.fr [138.96.88.66]) (authenticated bits=0) by sophia.inria.fr (8.13.8/8.13.4) with ESMTP id l0CEXotS024157 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 12 Jan 2007 15:33:50 +0100 Subject: Re: help string for "break" command From: Mathieu Lacage To: Bob Rossi Cc: Daniel Jacobowitz , gdb@sourceware.org In-Reply-To: <20070112142652.GB5540@cox.net> References: <1168602087.2789.35.camel@garfield.inria.fr> <1168606081.2789.38.camel@garfield.inria.fr> <1168609517.2789.47.camel@garfield.inria.fr> <20070112134932.GA21726@nevyn.them.org> <1168611571.2789.53.camel@garfield.inria.fr> <20070112142652.GB5540@cox.net> Content-Type: text/plain Date: Fri, 12 Jan 2007 14:34:00 -0000 Message-Id: <1168612430.12652.0.camel@garfield.inria.fr> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (sophia.inria.fr [138.96.64.20]); Fri, 12 Jan 2007 15:33:50 +0100 (MET) 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: 2007-01/txt/msg00216.txt.bz2 On Fri, 2007-01-12 at 09:26 -0500, Bob Rossi wrote: [snip] > > Would there be opposition to an 'sbreak' command which would ensure that > > a software breakpoint is used _all the time_ ? > > Is the 'set breakpoint auto-hw off' helpful here? > > http://sourceware.org/gdb/current/onlinedocs/gdb_6.html#SEC32 This looks like what I was after. thanks, Mathieu --