From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23763 invoked by alias); 19 Sep 2013 23:13:53 -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 23749 invoked by uid 89); 19 Sep 2013 23:13:52 -0000 Received: from mail-vb0-f74.google.com (HELO mail-vb0-f74.google.com) (209.85.212.74) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 19 Sep 2013 23:13:52 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_SOFTFAIL autolearn=ham version=3.3.2 X-HELO: mail-vb0-f74.google.com Received: by mail-vb0-f74.google.com with SMTP id w16so1097768vbf.1 for ; Thu, 19 Sep 2013 16:13:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=oXDCEHBltLQeHQxg+orV55gUuybpafNvg+QzgqrtF0E=; b=URyBIJtG6F3+S3Z0JDGVLNmbCdYZEOqh+sLyDGmRNkg2S9p2g8gVuo4vyHCCI6A1j1 1Jun6BR4uSDoehg7PoC4F2J4l5v6pSM7gScpoVm1CY6fO3f2IYwo4ILLGTCwX8zn9Yxd RRbiilgbTh3JQa7v7YxPZ6Mbzxgj/YKzrUBqBN0l3F1Lelysfw+gE52561Pd36DDKaIW msVsYmsdIYAiLYQWlanD739GjseJPpFAKoiy5FJaLqjqOawJYIp2JiGBCgLD2dt8vwf9 BFVimoZRMDoO/Iq2XkfuYD2LmB3QpMzlnXejQLN1moTCwA5IDfusskLZjMX9BWDQYK2G Zzng== X-Gm-Message-State: ALoCoQnpEFOSg1+HXm4hH4QgjqrUgPEq3gsMUHj1jOVMUIE79Vhoxke7+5rIZx8TrPgQgjhBJNH8JxDLD8v8hTZIF5c5+SUP1xq/tT4YgLz5HFiZ/mKhzqyOEq3Fx12sAsvGpQbDfx7zAy5Tt+IhIRbeYF3xUO0g+tfr0q/PHpgPTqAbRscwHPtiB1BuhCWrMiK5akiKI7M5up4NyRQLeFDma6kH6TehZw== X-Received: by 10.236.115.198 with SMTP id e46mr1588448yhh.33.1379632429901; Thu, 19 Sep 2013 16:13:49 -0700 (PDT) Received: from corp2gmr1-2.hot.corp.google.com (corp2gmr1-2.hot.corp.google.com [172.24.189.93]) by gmr-mx.google.com with ESMTPS id a49si1198123yhc.5.1969.12.31.16.00.00 (version=TLSv1.1 cipher=AES128-SHA bits=128/128); Thu, 19 Sep 2013 16:13:49 -0700 (PDT) Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.17.128.44]) by corp2gmr1-2.hot.corp.google.com (Postfix) with ESMTP id DC8DC5A4240; Thu, 19 Sep 2013 16:13:48 -0700 (PDT) From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21051.34092.342923.626863@ruffy.mtv.corp.google.com> Date: Thu, 19 Sep 2013 23:13:00 -0000 To: Pedro Alves Cc: gdb-patches@sourceware.org, Eli Zaretskii , Mark Kettenis , aburgess@broadcom.com Subject: Re: [PATCH] Always print call-clobbered registers in outer frames. (was: Re: [PATCH+DOC] Print registers not saved in the frame as "", instead of "".) In-Reply-To: <523B4D48.3050206@redhat.com> 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> <83fvt1mems.fsf@gnu.org> <523B2D39.8060303@redhat.com> <523B4D48.3050206@redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00707.txt.bz2 Pedro Alves writes: > gdb/ > 2013-09-18 Pedro Alves > > * findvar.c (value_of_register): Rename to ... > (value_of_register_helper): ... this. > (value_of_register): Reimplement. > * infcmd.c (default_print_one_register_info): Use > value_of_register instead of get_frame_register_value. > * mi/mi-main.c (output_register): Use value_of_register instead of > get_frame_register_value. > > gdb/testsuite/ > 2013-09-18 Pedro Alves > > * gdb.dwarf2/dw2-reg-undefined.exp: Expect hex numbers instead of > "" for all frames. > * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete. > (top level): Expect hex numbers instead of "" for > all frames. > > gdb/doc/ > 2013-09-18 Pedro Alves > > * gdb.texinfo (Registers): Expand explanation of not-saved > call-clobbered registers in frames other than the innermost. "works for me"