Re: [Dwarf-Discuss] Decoding DW_FORM_block1

2012-07-30 Thread Arun KS
Hi Mark, On Fri, Jul 27, 2012 at 8:20 PM, Mark Wielaard wrote: > On Fri, 2012-07-27 at 19:32 +0530, Arun KS wrote: >> On Fri, Jul 27, 2012 at 6:31 PM, Mark Wielaard wrote: >> > On Fri, 2012-07-27 at 15:14 +0530, Arun KS wrote: >> [31] member >>name "vina

Re: [Dwarf-Discuss] Decoding DW_FORM_block1

2012-07-27 Thread Mark Wielaard
On Fri, 2012-07-27 at 19:32 +0530, Arun KS wrote: > On Fri, Jul 27, 2012 at 6:31 PM, Mark Wielaard wrote: > > On Fri, 2012-07-27 at 15:14 +0530, Arun KS wrote: > [31] member >name "vinayak_i" >decl_file2 >decl_li

Re: [Dwarf-Discuss] Decoding DW_FORM_block1

2012-07-27 Thread Arun KS
Hi Mark, On Fri, Jul 27, 2012 at 6:31 PM, Mark Wielaard wrote: > On Fri, 2012-07-27 at 15:14 +0530, Arun KS wrote: >> Hello Guys, >> >> I m not able to decode form DW_FORM_block1. I am able to read till >> attr data_member_location(marked with < below.). >> The form is comming as DW_FORM_

Re: [Dwarf-Discuss] Decoding DW_FORM_block1

2012-07-27 Thread Mark Wielaard
On Fri, 2012-07-27 at 15:14 +0530, Arun KS wrote: > Hello Guys, > > I m not able to decode form DW_FORM_block1. I am able to read till > attr data_member_location(marked with < below.). > The form is comming as DW_FORM_block1. So I went and read debug_info, > which gave me 0x2. So this mea

[Dwarf-Discuss] Decoding DW_FORM_block1

2012-07-27 Thread Arun KS
Hello Guys, I m not able to decode form DW_FORM_block1. I am able to read till attr data_member_location(marked with < below.). The form is comming as DW_FORM_block1. So I went and read debug_info, which gave me 0x2. So this means length is 2 and i have to read two more bytes. The next two