Bug 5408 - "load exe" doesn't load debug-info
Summary: "load exe" doesn't load debug-info
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 2246 5421
  Show dependency treegraph
 
Reported: 2007-11-27 19:38 UTC by Andrew Cagney
Modified: 2008-06-12 19:40 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-11-27 19:38:55 UTC
Given:
  load exe
the debug-info / elf symbols are not being loaded, for instance:
  print environ
(which should still be accessable)
Comment 1 Rick Moseley 2008-06-12 19:40:16 UTC
I have looked at this bug today and it appears to disappear down some
antlr-generated routine in Parser.class.  The trail is this:

cli.parseExpression -> ExpressionFactory.parse -> parser.getAST

parser.AST is in the generated class Parser.class(antlr.Parser).  Not sure where
to go from here.  Per your request Sami I am assigning to you.  If you're not
sure what to do with it either, toss it back into the general pool I guess.