From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22884 invoked by alias); 12 Jan 2009 19:40:05 -0000 Received: (qmail 22875 invoked by uid 22791); 12 Jan 2009 19:40:05 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Jan 2009 19:39:24 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KDD00B00HNB6A00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Mon, 12 Jan 2009 21:39:24 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.141.155]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KDD00JOWILI91C0@i-mtaout7.012.net.il>; Mon, 12 Jan 2009 21:39:19 +0200 (IST) Date: Mon, 12 Jan 2009 19:40:00 -0000 From: Eli Zaretskii Subject: Re: [1/2] Inspect extra signal information In-reply-to: <200901121852.06948.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200901121846.51709.pedro@codesourcery.com> <200901121848.49148.pedro@codesourcery.com> <200901121852.06948.pedro@codesourcery.com> 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: 2009-01/txt/msg00262.txt.bz2 > From: Pedro Alves > Date: Mon, 12 Jan 2009 18:52:06 +0000 > > * defs.h (enum lval_type): New value: lval_computed. > * value.h (struct lval_funcs): New type. > (allocate_computed_value, value_computed_funcs) > (value_computed_closure): New declarations. > * value.c (struct value): Add a structure to the location union > for computed lvalues, containing 'funcs' and 'closure' members. > (allocate_computed_value, value_computed_funcs) > (value_computed_closure): New functions. I think this introduces a general-purpose infrastructure that must be documented in gdbint.texinfo.