bionic/linker/rt.c
The Android Open Source Project a27d2baa0c Initial Contribution
2008-10-21 07:00:00 -07:00

9 lines
175 B
C

/*
* This function is an empty stub where GDB locates a breakpoint to get notified
* about linker activity.
*/
void __attribute__((noinline)) rtld_db_dlactivity(void)
{
}