Add _rtld_debug_state to the list of symbols where GDB may stop the
dynamic linker.
This commit is contained in:
parent
e7965747fa
commit
510a4a1282
1
gnu/dist/gdb/solib.c
vendored
1
gnu/dist/gdb/solib.c
vendored
@ -71,6 +71,7 @@ static char *solib_break_names[] = {
|
||||
"r_debug_state",
|
||||
"_r_debug_state",
|
||||
"_dl_debug_state",
|
||||
"_rtld_debug_state",
|
||||
NULL
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user