From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 01:04:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF14916A4CE for ; Thu, 24 Feb 2005 01:04:53 +0000 (GMT) Received: from xenial.mcc.ac.uk (xenial.mcc.ac.uk [130.88.203.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1531443D2F for ; Thu, 24 Feb 2005 01:04:53 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by xenial.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1D47Qx-000Pzc-Sl for freebsd-questions@freebsd.org; Thu, 24 Feb 2005 01:04:52 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) j1O14pf4041214 for ; Thu, 24 Feb 2005 01:04:51 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.13.1/8.12.6/Submit) id j1O14oES041213 for freebsd-questions@freebsd.org; Thu, 24 Feb 2005 01:04:51 GMT Date: Thu, 24 Feb 2005 01:04:50 +0000 From: Jonathon McKitrick To: freebsd-questions@freebsd.org Message-ID: <20050224010450.GB40848@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Question about GDB under BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 01:04:53 -0000 I love stl::string(s). They work very well for many application-level projects. But I hate how GDB steps into their code during next stepping. Is there a way I can skip this inline code that is part of stl strings? Unfortunately, 'next' doesn't help, since much of the stl code is 'inline.' jm --