From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12004 invoked by alias); 11 Feb 2010 06:22:03 -0000 Received: (qmail 11991 invoked by uid 22791); 11 Feb 2010 06:22:02 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Feb 2010 06:21:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NfSR2-0001lB-T0 for gdb@sourceware.org; Wed, 10 Feb 2010 22:21:56 -0800 Message-ID: <27542787.post@talk.nabble.com> Date: Thu, 11 Feb 2010 06:22:00 -0000 From: mweglicki8208 To: gdb@sourceware.org Subject: Re: GDB steping into STL Headers. In-Reply-To: <27535106.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <27535106.post@talk.nabble.com> 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/msg00065.txt.bz2 mweglicki8208 wrote: > So for example next will allways step Of course I tried next. But in this respect it behaves the same as "step". Maybe there is something wrong with my gdb configuration.... mweglicki8208 wrote: > > Hello, > > Is there a way to disable stepping into a STL headers? This is what is > happening: > > std::string test = "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 > in > /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.-tp27535106p27542787.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.