Operating System - HP-UX
1748170 Members
4067 Online
108758 Solutions
New Discussion

Assembler - stack base and frame pointer

 
SOLVED
Go to solution
evgeny_1
New Member

Assembler - stack base and frame pointer

Hi,

How can I get a stack bottom (i.e frame pointer in the main or pthread_create function) and how the frame pointer is stored ?

Thank you in advance,
Evgeny
1 REPLY 1
Andy Bennett
Valued Contributor
Solution

Re: Assembler - stack base and frame pointer

Have a look at the "Run-Time Architecture" documents, on http://devresource.hp.com -> "document library" -> "references & manuals" -> "architecture"; there is a section on stack unwinding and the stack format in there.