|
@@ -49,9 +49,6 @@
|
|
|
struct r_debug pal_r_debug =
|
|
struct r_debug pal_r_debug =
|
|
|
{ 1, NULL, (ElfW(Addr)) &pal_dl_debug_state, RT_CONSISTENT, 0 };
|
|
{ 1, NULL, (ElfW(Addr)) &pal_dl_debug_state, RT_CONSISTENT, 0 };
|
|
|
|
|
|
|
|
-extern __typeof(pal_r_debug) _r_debug
|
|
|
|
|
- __attribute ((alias ("pal_r_debug")));
|
|
|
|
|
-
|
|
|
|
|
/* This function exists solely to have a breakpoint set on it by the
|
|
/* This function exists solely to have a breakpoint set on it by the
|
|
|
debugger. The debugger is supposed to find this function's address by
|
|
debugger. The debugger is supposed to find this function's address by
|
|
|
examining the r_brk member of struct r_debug, but GDB 4.15 in fact looks
|
|
examining the r_brk member of struct r_debug, but GDB 4.15 in fact looks
|