From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27964 invoked by alias); 16 Sep 2011 09:44:30 -0000 Received: (qmail 27955 invoked by uid 22791); 16 Sep 2011 09:44:29 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Sep 2011 09:44:15 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LRM00M000AW9600@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 16 Sep 2011 12:44:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.9.62]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LRM00L870DO2XH0@a-mtaout22.012.net.il>; Fri, 16 Sep 2011 12:44:13 +0300 (IDT) Date: Fri, 16 Sep 2011 09:48:00 -0000 From: Eli Zaretskii Subject: Re: [doc/tracepoint] Add a note for assigning values of inferior to trace state variables In-reply-to: To: Hui Zhu Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83iposvn2o.fsf@gnu.org> References: X-IsSubscribed: yes 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 X-SW-Source: 2011-09/txt/msg00292.txt.bz2 > From: Hui Zhu > Date: Fri, 16 Sep 2011 16:56:36 +0800 > Cc: Eli Zaretskii > > I talk about a bug about assigning values of inferior to trace state variables > http://sources.redhat.com/ml/gdb/2011-07/msg00009.html That thread died with Tom asking for details. Was the issue resolved off-list? > this issue can be handle by convert value to (uint64_t), for example: > teval $tmp=(uint64_t)a Isn't this specific to the platform where this runs? I don't think we should have platform-specific information, and such minor details at that, in general sections.