Re: [DynInst_API:] Runtime Relocation Mechanism

2014-07-15 Thread Buddhika Chamith Kahawitage Don
Hi Bill, Thanks for the pointers. Will go through and come back if I have any issues in understanding. Regards Bud On Mon, Jul 14, 2014 at 12:08 PM, Bill Williams wrote: > On 07/11/2014 08:24 PM, Buddhika Chamith Kahawitage Don wrote: > >> Hi All, >> >> Feel free redirect me to the correct p

Re: [DynInst_API:] Correlating VariableLocation with Expression::Ptr

2014-07-15 Thread Bill Williams
On 07/15/2014 07:55 AM, Ashay Rane wrote: Thanks Bill! Matching the Expression tree with the VariableLocation object was easy and I was able to get the job done. On a side note, the Visitor interface didn't help much because I couldn't use it on the VariableLocation object. I tried constructing

Re: [DynInst_API:] Correlating VariableLocation with Expression::Ptr

2014-07-15 Thread Ashay Rane
Thanks Bill! Matching the Expression tree with the VariableLocation object was easy and I was able to get the job done. On a side note, the Visitor interface didn't help much because I couldn't use it on the VariableLocation object. I tried constructing an Expression tree for a given VariableLocat