From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24804 invoked by alias); 27 Jun 2014 14:52:57 -0000 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 Received: (qmail 24789 invoked by uid 89); 27 Jun 2014 14:52:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 27 Jun 2014 14:52:55 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5RECnFp032095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 27 Jun 2014 10:12:49 -0400 Received: from localhost.localdomain (ovpn-112-22.ams2.redhat.com [10.36.112.22]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5RECm5m015592; Fri, 27 Jun 2014 10:12:48 -0400 Message-ID: <53AD7BDF.3020909@redhat.com> Date: Fri, 27 Jun 2014 14:52:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Aleksey Midenkov , gdb@sourceware.org Subject: Re: gobject.pyc: gdb was not built with custom backtrace support, disabling. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00092.txt.bz2 On 27/06/14 14:19, Aleksey Midenkov wrote: > Hi! > > This message comes from /usr/share/glib-2.0/gdb/gobject.py. How this > path is included into gdb? I want to remove it from processing. This is coming from the frame filter installed with that package. Ideally a frame filter should print nothing if it cannot process a stack-frame. You can remove it permanently from processing by uninstalling the package that installs the frame filter (in Fedora's case, that is glib-devel I think). Alternatively you can use the "disable frame-filter" command in GDB. Cheers Phil