From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23559 invoked by alias); 14 Feb 2004 02:58:03 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23551 invoked from network); 14 Feb 2004 02:58:00 -0000 Received: from unknown (HELO mail02.pge.com) (131.89.128.14) by sources.redhat.com with SMTP; 14 Feb 2004 02:58:00 -0000 Received: from mail03.comp.pge.com (mail03dmz [10.252.0.59]) by mail02.pge.com (Switch-2.2.8/Switch-2.2.8) with ESMTP id i1E2vwx22097 for ; Fri, 13 Feb 2004 18:57:58 -0800 (PST) Received: from mdssdev05.comp.pge.com (mdssdev05.comp.pge.com [10.244.96.61]) by mail03.comp.pge.com (Switch-2.2.8/Switch-2.2.8) with ESMTP id i1E2vut29569 for ; Fri, 13 Feb 2004 18:57:56 -0800 (PST) Received: (from esp5@localhost) by mdssdev05.comp.pge.com (8.9.1b+Sun/8.9.1) id SAA05543 for gdb@sources.redhat.com; Fri, 13 Feb 2004 18:55:07 -0800 (PST) X-Authentication-Warning: mdssdev05.comp.pge.com: esp5 set sender to esp5@pge.com using -f Date: Sat, 14 Feb 2004 02:58:00 -0000 From: "Edward S. Peschko" To: gdb@sources.redhat.com Subject: not debugging low level sources Message-ID: <20040214025507.GA5523@mdssdev05.comp.pge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2004-02/txt/msg00142.txt.bz2 hey all, I did a google search, and never got a good answer to the following question: I want to debug C++ code, and don't want to step into stl_alloc.h, etc. I'd rather just step into *user* code - and given the number of layers in C++, I'm spending an inordinate amount of time bouncing in and out of standard headers. Is there a way to turn off, or otherwise disable, what gdb steps into? Something like: (gdb) block or (gdb) block function or somesuch? Thanks much for any and all answers.. Ed