summaryrefslogtreecommitdiff
path: root/linker/linker_logger.cpp
AgeCommit message (Expand)Author
2020-07-30Remove debug.ld.greylist_disabled propertyRyan Prichard
2019-01-17linker: only generate log messages when logging is enabledTim Murray
2018-10-10Allow invoking the linker on an executable.Ryan Prichard
2017-05-03Move libc_log code into libasync_safe.Christopher Ferris
2017-04-06Add support for disabling the greylist.Elliott Hughes
2017-02-22Cope with argv[0] being null in the dynamic linker.Elliott Hughes
2017-02-17Fix debug.ld for apps with long names and servicesDimitry Ivanov
2016-12-14Add a way to track all dlsym calls (contd.)Dimitry Ivanov
2016-07-20Pass argc/argv/envp to dso constructorsDimitry Ivanov
2016-07-13Use trivial types to avoid calls to new for globalsDimitry Ivanov
2016-07-12linker: Enable debug logging via propertiesDimitry Ivanov