delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
Message-ID: | <20020211155003.67896.qmail@web20805.mail.yahoo.com> |
Date: | Mon, 11 Feb 2002 16:50:03 +0100 (CET) |
From: | =?iso-8859-1?q?cesar=20tejeda?= <cesar_tejeda_her AT yahoo DOT es> |
Subject: | Re: Extracting info froma a symbol table |
To: | djgpp AT delorie DOT com |
In-Reply-To: | <067f3006bf2df770e64f927d47238d37.68208@mygate.mailgate.org> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> > Stefano Cailotto (kai1074 AT inwind DOT it) wrote: [skip] > I tried them, even with various switches, but I'd > need to have a "clear" > representation of variables,i.e. > not only a series of memory address...Am I asking > too much?What I mean > is that, given a declaration like > int c=3; > I'd like to be able to reconstruct the same > information starting from > the compiled code. > Thanx! > In my own experience, all non-static variables will be stored _dynamically_ in the stack and you will not be able to recover the name even from assembler. Then I think you can only get the name back from files' global variables and static variables. Greetings. _______________________________________________________________ Do You Yahoo!? Yahoo! Messenger Comunicación instantánea gratis con tu gente. http://messenger.yahoo.es
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |