From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1568 invoked by alias); 19 Aug 2011 16:09:12 -0000 Received: (qmail 1558 invoked by uid 22791); 19 Aug 2011 16:09:10 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-yi0-f41.google.com (HELO mail-yi0-f41.google.com) (209.85.218.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Aug 2011 16:08:55 +0000 Received: by yib2 with SMTP id 2so2523767yib.0 for ; Fri, 19 Aug 2011 09:08:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.146.225.7 with SMTP id x7mr1882496yag.10.1313770134535; Fri, 19 Aug 2011 09:08:54 -0700 (PDT) Received: by 10.147.32.14 with HTTP; Fri, 19 Aug 2011 09:08:54 -0700 (PDT) Date: Fri, 19 Aug 2011 16:09:00 -0000 Message-ID: Subject: How to skip function prologues with stabs debug infomation? From: Triple Yang To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-08/txt/msg00086.txt.bz2 Hi, everyone. is there any chance that we use symbol and line (sal) to skip function prologues with stabs debug infomation? And if not, why? -- Yang Yong-Yong