The Android Open Source Project | a27d2ba | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | /* |
2 | * This function is an empty stub where GDB locates a breakpoint to get notified | ||||
3 | * about linker activity. | ||||
4 | */ | ||||
5 | void __attribute__((noinline)) rtld_db_dlactivity(void) | ||||
6 | { | ||||
7 | } | ||||
8 |