This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: support for DWARF3 operations?


On Tue, Mar 06, 2007 at 07:49:02AM -0800, Gary Funck wrote:
> 
> I may have a need to use DW_OP_push_object_address,
> described here:
> http://www.eagercon.com/dwarf/issues/991108-11.htm
> and more definitively here:
> http://www.eagercon.com/dwarf/dwarf3std.htm
> 
> Has any work been done in GDB to support some or all
> of the DWARF3 functionality?

Yes - some, but not that particular bit.  It should not be at all
hard.  It's a bit complicated by the fact that GDB sometimes
implicitly pushes the object address, though.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]