From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15816 invoked by alias); 28 Sep 2003 15:50:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15767 invoked from network); 28 Sep 2003 15:50:29 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 28 Sep 2003 15:50:29 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2EDD42B8D for ; Sun, 28 Sep 2003 11:16:43 -0400 (EDT) Message-ID: <3F76FB5B.4030401@redhat.com> Date: Sun, 28 Sep 2003 16:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: value to function? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00346.txt.bz2 Hello, If the proposal to pass a function value to push_dummy_call is going to fly there's going to need to be a method that converts an arbitrary value into a function/method value. Kind of like find_function_addr() and the oposite of value_coerce_function. Any way, does anyone have a name for such a function, and the code :-) Andrew