From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25848 invoked by alias); 1 Mar 2007 12:05:03 -0000 Received: (qmail 25783 invoked by uid 22791); 1 Mar 2007 12:05:01 -0000 X-Spam-Check-By: sourceware.org Received: from mailgw3.ericsson.se (HELO mailgw3.ericsson.se) (193.180.251.60) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Mar 2007 12:04:54 +0000 Received: from mailgw3.ericsson.se (unknown [127.0.0.1]) by mailgw3.ericsson.se (Symantec Mail Security) with ESMTP id 9447720F28 for ; Thu, 1 Mar 2007 13:04:51 +0100 (CET) X-AuditID: c1b4fb3c-ab1c1bb000004e66-ca-45e6c1637603 Received: from esealmw126.eemea.ericsson.se (unknown [153.88.254.123]) by mailgw3.ericsson.se (Symantec Mail Security) with ESMTP id 8B68D20EFA for ; Thu, 1 Mar 2007 13:04:51 +0100 (CET) Received: from esealmw126.eemea.ericsson.se ([153.88.254.174]) by esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Mar 2007 13:04:51 +0100 Received: from mikro.mikro ([159.107.199.0]) by esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Mar 2007 13:04:51 +0100 Received: from localhost (localhost [127.0.0.1]) by mikro.mikro (Postfix) with ESMTP id AF257180339 for ; Thu, 1 Mar 2007 13:04:50 +0100 (CET) Subject: (Not) debugging STL From: =?ISO-8859-1?Q?Alp=E1r_J=FCttner?= To: gdb@sourceware.org Content-Type: text/plain Date: Thu, 01 Mar 2007 12:05:00 -0000 Message-Id: <1172750690.4155.24.camel@mikro.mikro> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 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: 2007-03/txt/msg00018.txt.bz2 Dear all, I would greatly appreciate if anyone can help me with the following issue. Debugging C++ code using STL, I cannot figure out how to turn off debugging the STL headers. Using the 'next' command is not a solution, for example in case when I would like to step in the function 'f()' at a line like the following. f(v[i],v[w[i]+w[j]]); In general, it would be often very useful for me to turn off debugging of some source files I rely on. If it is a convertional .cc file, I can do it by turning off putting the debug info into the related object file. But what to do if I use templates/inline functions, thus the implementations are in the header files? Best regards, Alpar Juttner