This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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] | |
Bryce McKinlay writes:
On Nov 4, 2003, at 11:01 AM, Andrew Haley wrote:
We look it up in a hash table. We sure don't call external programs!
But you can't map a backtrace IP directly to a Class in the hashtable, you have to find the function entry point first. I don't know of a way to do that apart from using _Unwind_FindEnclosingFunction.
Yes, that's why I wrote _Unwind_FindEnclosingFunction.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |