libunwind-devel
[Top][All Lists]
Advanced

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

Re: [libunwind] CFM


From: Umut Aymakoglu
Subject: Re: [libunwind] CFM
Date: Tue, 2 Dec 2003 16:31:52 -0800



Is there a way that i can get it from ar.pfs?

thanks,
Umut


                                                                                
                                               
                      David Mosberger                                           
                                               
                      <address@hidden        To:       Umut Aymakoglu/Menlo 
Park/address@hidden                                   
                      l.hp.com>                cc:       address@hidden         
                                  
                                               Subject:  Re: [libunwind] CFM    
                                               
                      12/02/2003 03:58                                          
                                               
                      PM                                                        
                                               
                      Please respond to                                         
                                               
                      davidm                                                    
                                               
                                                                                
                                               
                                                                                
                                               




>>>>> 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]