From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8083 invoked by alias); 10 Feb 2010 17:38:34 -0000 Received: (qmail 8074 invoked by uid 22791); 10 Feb 2010 17:38:33 -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; Wed, 10 Feb 2010 17:38:31 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NfGWD-00063c-Jq for gdb@sourceware.org; Wed, 10 Feb 2010 09:38:29 -0800 Message-ID: <27535106.post@talk.nabble.com> Date: Wed, 10 Feb 2010 17:38:00 -0000 From: mweglicki8208 To: gdb@sourceware.org Subject: GDB steping into STL Headers. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/msg00061.txt.bz2 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.-tp27535106p27535106.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.