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] | |
I beleve that on many targets that if you compile with -fno-omit-framepointer it is usually quite easy to generate a stacktrace by walking the stack.Cool! Somewhat off-topic for this thread, I'm curious to know how you will be able to avoid calling backtrace( ) for targets that do not have DWARF-2 EH frame based unwinding for an exception. For example, Win32 is an SJLJ-EH target (as of now).
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |