summaryrefslogtreecommitdiffstats
path: root/linker/debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in crash reportingJohn Reck2015-05-151-9/+0
* Fix long lines and replace macros with functions.Dmitriy Ivanov2015-03-311-1/+1
* Only one crashing thread should contact debuggerd.Christopher Ferris2015-01-281-1/+20
* Enable -Wold-style-cast warnings for linkerDmitriy Ivanov2015-01-221-1/+1
* Contact proper debuggerd when crashing.Christopher Ferris2015-01-201-10/+7
* Fix a couple more cases of missing CLOEXEC.Elliott Hughes2014-09-221-1/+1
* Replace NULL with nullptrDmitriy Ivanov2014-08-291-13/+13
* Replace snprintf calls in linker.Christopher Ferris2014-08-271-2/+2
* debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumpingNick Kralevich2014-07-231-0/+9
* Rethrow SIGTRAP too.Elliott Hughes2014-05-161-0/+1
* debugger.cpp should know the names of the signals it catches.Elliott Hughes2014-05-161-6/+9
* Switch to g_ for globals.Elliott Hughes2014-05-141-1/+1
* Pass si_code through to debuggerd.Elliott Hughes2014-04-251-36/+42
* Make libc signal handler output more like debuggerd.Elliott Hughes2014-04-181-162/+185
* Clean up debugger.cpp slightly.Elliott Hughes2014-01-311-29/+24
* LP64 binaries should talk to debuggerd64.Elliott Hughes2014-01-311-0/+4
* AArch64: Linker64 support for AArch64Marcus Oakland2013-12-171-1/+1
* Clean up linker architecture macros.Elliott Hughes2013-10-281-1/+1
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-9/+0
* x86_64 linker.Elliott Hughes2013-10-081-0/+9
* Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-301-3/+3
* Improve stack overflow diagnostics (take 2).Elliott Hughes2013-07-171-29/+34
* Revert "Improve stack overflow diagnostics."Guang Zhu2013-07-171-34/+29
* Improve stack overflow diagnostics.Elliott Hughes2013-07-161-29/+34
* Make abort messages available to debuggerd.Elliott Hughes2013-04-051-14/+16
* Clean up internal libc logging.Elliott Hughes2013-03-151-9/+6
* Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-051-3/+3
* Clean up debuggerd-related logging.Elliott Hughes2013-01-221-32/+25
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-5/+5
* Make dynamic linker debugging always available.Elliott Hughes2012-11-021-2/+3
* Keep the dynamic linker's soinfo pools mostly read-only.Elliott Hughes2012-11-011-1/+0
* More dynamic linker cleanup.Elliott Hughes2012-10-301-0/+271