mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder
This will be used to consolidate the libgcc_s access for backtrace and pthread_cancel. Unlike the existing backtrace implementations, it provides some hardening based on pointer mangling. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#include <gnu/lib-names.h>
|
||||
#include <stdlib.h>
|
||||
#include <unwind.h>
|
||||
#include <unwind-arch.h>
|
||||
#include <unwind-link.h>
|
||||
|
||||
struct trace_arg
|
||||
{
|
||||
|
Reference in New Issue
Block a user