bionic/linker
Christopher Ferris 8ea53fa87e Only one crashing thread should contact debuggerd.
If two or more threads crash at the same time, only let one talk to
debuggerd. It's possible for a race to occur that two threads send
data to debuggerd, the second one will cause errors in debuggerd since
the process will die once debuggerd lets the crashing pid start again.

Bug: 19183955
Change-Id: I17dfce46102117ab4a870f7381bd526488d37fb5
2015-01-28 16:20:26 -08:00
..
arch Fix mips/mips64 build 2014-07-28 21:03:17 -07:00
tests Remove obsolete BUILD_TINY_ANDROID. 2015-01-24 19:01:58 -08:00
Android.mk Merge "Add comments about the -shared flag." 2015-01-23 23:33:54 +00:00
debugger.cpp Only one crashing thread should contact debuggerd. 2015-01-28 16:20:26 -08:00
dlfcn.cpp Merge "Count references for groups instead of instances" 2014-12-02 19:10:04 +00:00
linked_list.h Count references for groups instead of instances 2014-12-02 10:54:26 -08:00
linker_allocator.cpp Label pages mapped by linker_allocator 2014-08-11 09:22:48 -07:00
linker_allocator.h Fix global variable initialization for linker 2014-07-24 15:33:25 -07:00
linker_debug.h Refactoring: move mips reloc to separate method 2015-01-14 18:03:19 -08:00
linker_environ.cpp Replace NULL with nullptr 2014-08-29 14:13:48 -07:00
linker_environ.h Replace NULL with nullptr 2014-08-29 14:13:48 -07:00
linker_libc_support.c Add a dummy atexit(3) to the linker. 2014-09-24 10:26:41 -07:00
linker_mips.cpp Fix mips64 build. Replace explicit cast with static_cast 2015-01-28 16:19:18 +01:00
linker_phdr.cpp Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
linker_phdr.h Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
linker_relocs.h Refactor soinfo::relocate 2015-01-09 14:57:53 -08:00
linker.cpp Minimize calls to mprotect 2015-01-23 16:30:34 -08:00
linker.h Refactoring: move mips reloc to separate method 2015-01-14 18:03:19 -08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. 2014-07-22 21:29:00 -07:00
rt.cpp More dynamic linker cleanup. 2012-10-30 16:35:38 -07:00