Bug 5962 - backtrace from x86-64 plt
Summary: backtrace from x86-64 plt
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 5959
  Show dependency treegraph
 
Reported: 2008-03-18 16:12 UTC by Andrew Cagney
Modified: 2008-05-20 11:15 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 2008-03-18 16:12:34 UTC
Mark reports:

backtraces from x86 plts work; but from an x86-64 plt it still aports early.
Comment 1 Mark Wielaard 2008-03-25 15:01:06 UTC
See http://sourceware.org/ml/frysk/2008-q1/msg00173.html which provides basic
support and enables the existing testcases. Looking through the abi and
instruction manuals however I see there are other possibilities that aren't
matches by the above heuristics. I'll try and find some examples and add
testcases for those later.