mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Add r_debug_state to the list of symbols exported from rtld. GDB needs to
be able to find it in order to trap shared library events from rtld. Approved by: re (rwatson)
This commit is contained in:
parent
13705f88fa
commit
03c4fb02dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171385
@ -13,6 +13,7 @@ FBSD_1.0 {
|
||||
dllockinit;
|
||||
dlinfo;
|
||||
dl_iterate_phdr;
|
||||
r_debug_state;
|
||||
__tls_get_addr;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user