You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haiku: add support for finding libraries and mapping library segments (#411)
With the new native bindings in libc 0.2.87, it is now possible to iterate over
all loaded images (the executable, shared libraries and libraries using
dlopen()), and map the loaded segments to the right files, so that the
debuginfo of the files can be used.
This adds stacktrace support for Haiku.
0 commit comments