libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libunwind] CFM


From: David Mosberger
Subject: Re: [libunwind] CFM
Date: Tue, 2 Dec 2003 15:58:24 -0800

>>>>> On Tue, 2 Dec 2003 15:46:47 -0800, Umut Aymakoglu <address@hidden> said:

  Umut> Hi - Is there a way to to calculate the current frame
  Umut> marker(cfm)?

You can access the CFM with:

        unw_word_t cfm;
        int ret;

        ret = unw_get_reg (cursor, UNW_IA64_CFM, &cfm);

  --david


reply via email to

[Prev in Thread] Current Thread [Next in Thread]