From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1325 invoked by alias); 11 Feb 2010 02:26:31 -0000 Received: (qmail 1314 invoked by uid 22791); 11 Feb 2010 02:26:30 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f183.google.com (HELO mail-pz0-f183.google.com) (209.85.222.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Feb 2010 02:26:27 +0000 Received: by pzk13 with SMTP id 13so874454pzk.24 for ; Wed, 10 Feb 2010 18:26:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.249.25 with SMTP id w25mr744070wfh.15.1265855185410; Wed, 10 Feb 2010 18:26:25 -0800 (PST) In-Reply-To: <27535106.post@talk.nabble.com> References: <27535106.post@talk.nabble.com> From: Hui Zhu Date: Thu, 11 Feb 2010 02:26:00 -0000 Message-ID: Subject: Re: GDB steping into STL Headers. To: mweglicki8208 Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-02/txt/msg00063.txt.bz2 Try next? On Thu, Feb 11, 2010 at 01:38, mweglicki8208 wrote: > > Hello, > > Is there a way to disable stepping into a STL headers? This is what is > happening: > > std::string test =3D "New string"; > > > And i have a lot of calls from stl headers like: > (gdb) step > 671 > /opt/gcc/linux64/ix86/gcc_3.4.5-2p2/lib/gcc/x86_64-redhat-linux/3.4.5/../= ../../../include/c++/3.4.5/bits/stl_list.h: > No > =A0 =A0 =A0 =A0in > /opt/gcc/linux64/ix86/gcc_3.4.5-2p2/lib/gcc/x86_64-redhat-linux/3.4.5/../= ../../../include/c++/3.4.5/bits/stl_list.h > > > Is it possible to void it? So for example next will allways step into next > line of code that i wish to debug? > -- > View this message in context: http://old.nabble.com/GDB-steping-into-STL-= Headers.-tp27535106p27535106.html > Sent from the Sourceware - gdb list mailing list archive at Nabble.com. > >