Add _rtld_debug_state to the list of symbols where GDB may stop the

dynamic linker.
This commit is contained in:
thorpej 1997-12-17 02:48:23 +00:00
parent e7965747fa
commit 510a4a1282

View File

@ -71,6 +71,7 @@ static char *solib_break_names[] = {
"r_debug_state", "r_debug_state",
"_r_debug_state", "_r_debug_state",
"_dl_debug_state", "_dl_debug_state",
"_rtld_debug_state",
NULL NULL
}; };
#endif #endif