On Wed, Oct 15, 2014 at 01:43:08PM -0700, Ryan Brown wrote: > Go doesn't have exception handlers, so it doesn't write .eh_frame. Wouldn't > it make sense to use .debug_frame if .eh_frame is missing?
.eh_frame is used for more than exception handlers, it is also used for backtraces e.g. in SIGSEGV handlers. The difference is that .debug_frame is normally not mapped, so it is not easily available. Joerg _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev