From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7900 invoked by alias); 19 Sep 2013 07:53:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7885 invoked by uid 89); 19 Sep 2013 07:53:17 -0000 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Sep 2013 07:53:17 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: mtaout22.012.net.il Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MTD007004C4TA00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 19 Sep 2013 10:53:14 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTD007F34KPPX20@a-mtaout22.012.net.il>; Thu, 19 Sep 2013 10:53:14 +0300 (IDT) Date: Thu, 19 Sep 2013 07:53:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH+DOC] Print registers not saved in the frame as "", instead of "". In-reply-to: <201309182047.r8IKlOGA010471@glazunov.sibelius.xs4all.nl> To: Mark Kettenis Cc: palves@redhat.com, aburgess@broadcom.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fvt1mems.fsf@gnu.org> References: <5200F55E.2050308@broadcom.com> <201308061318.r76DIMdd016369@glazunov.sibelius.xs4all.nl> <5200FECF.7030304@broadcom.com> <201308061541.r76FfYQN022875@glazunov.sibelius.xs4all.nl> <520142D9.4030304@redhat.com> <5208E3C8.7060107@broadcom.com> <5208E938.3080305@redhat.com> <201308122001.r7CK1862007934@glazunov.sibelius.xs4all.nl> <520E7255.7080206@redhat.com> <5211F25A.5070907@broadcom.com> <5228B15F.7060108@redhat.com> <5228B2D8.7060604@broadcom.com> <5237567C.8050406@redhat.com> <5239B2D8.4030403@broadcom.com> <5239CCB3.605@redhat.com> <83zjram6sw.fsf@gnu.org> <201309182047.r8IKlOGA010471@glazunov.sibelius.xs4all.nl> X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00642.txt.bz2 > Date: Wed, 18 Sep 2013 22:47:24 +0200 (CEST) > From: Mark Kettenis > CC: palves@redhat.com, aburgess@broadcom.com, gdb-patches@sourceware.org, > mark.kettenis@xs4all.nl > > > Date: Wed, 18 Sep 2013 19:30:07 +0300 > > From: Eli Zaretskii > > > > Also, shouldn't we mention optimizations as (the main) reason for > > registers being unavailable? > > I don't consider optimisations as an important cause of registers not > being saved. The question is: does it happen in practice? If it does, I think we should mention that, because it's important to let the users know that recompiling without optimizations might remove this nuisance.