From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26432 invoked by alias); 9 May 2007 13:12:34 -0000 Received: (qmail 26417 invoked by uid 22791); 9 May 2007 13:12:32 -0000 X-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 May 2007 13:12:28 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l49DCPSh001276 for ; Wed, 9 May 2007 09:12:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l49DCPxb024110 for ; Wed, 9 May 2007 09:12:25 -0400 Received: from multics.rdu.redhat.com (multics.rdu.redhat.com [172.16.57.153]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l49DCPYB005955 for ; Wed, 9 May 2007 09:12:25 -0400 Subject: Re: frame->function From: Stan Cox To: Frysk List In-Reply-To: <463F8191.1000903@redhat.com> References: <463F8191.1000903@redhat.com> Content-Type: text/plain Date: Wed, 09 May 2007 15:06:00 -0000 Message-Id: <1178716344.26248.176.camel@multics.rdu.redhat.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00133.txt.bz2 There is a start to an infrastructure in frysk-core/frysk/rt that is currently being setup by SymTab.java#SetProgram.setSubprogram > - an ABI stack frame has inner/outer FRAME Frame.java > - an ABI stack frame, has one-or-more source function/method associated > with it - more than one due too inlining Subprogram.java > - A "function" has one or more "block scopes" associated with it LexicalBlock.java > - A block-scope than has one or more variables associated with it Variable.java > and: A frame as one-or-more FILE/LINE/COL's due to inlining ;; and the > FUNCTION will also point into that same info - so that one can tell > which function a file