This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
checked in DwarfDie.isInlinedFunction
- From: Adam Jocksch <ajocksch at redhat dot com>
- To: frysk <frysk at sources dot redhat dot com>
- Date: Mon, 18 Sep 2006 16:44:45 -0600
- Subject: checked in DwarfDie.isInlinedFunction
I've checked in my previous patch to DwarfDie.java. I also added a line
to TestDwfl.java, but I have left it commented out for now as I'm not
sure of how wise it would be to include code that relies on whether or
not a function is inlined.
Adam
2006-09-18 Adam Jocksch <ajocksch@redhat.com>
* DwarfDie.java (isInlinedFunction): New.
(is_inline_func): New.
* cni/DwarfDie.cxx (is_inline_func): New.
* tests/TestDwfl.java (testGetDie): Added commented out line to test
isInlinedFunction, do not want to enable this right now until we
are sure it does not break the build.