summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
AgeCommit message (Expand)Author
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-19[sancov] use GetLoadedModules for list of modules rather than sanitizer's list.Mike Aizatsky
2016-02-12[sancov] improved object files handling.Mike Aizatsky
2016-01-28GetArgv returns null on widnows, do not crashMike Aizatsky
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-19using const instead of constexpr: MSVC troublesMike Aizatsky
2016-01-19[sancov] NFC: simplifying DumpOffsets.Mike Aizatsky
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-12-02[sanitizer coverage] when adding a bb trace instrumentation, do it instead, n...Kostya Serebryany
2015-11-11[sanitizer coverage] reset global counters in __sanitizer_reset_coverageKostya Serebryany
2015-11-11sanitizer: speedup coverage by 33%Dmitry Vyukov
2015-10-22[sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairsKostya Serebryany
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-08-24[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-22Revert r245770 and r245777.Alexey Samsonov
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-07-31[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany
2015-05-08[asan/fuzzer] define a dummy weak __sanitizer_cov_trace_cmpKostya Serebryany
2015-05-01[asancov] Fix coverage reserving 4x the necessary amount of memory on fork.Evgeniy Stepanov
2015-04-24[ASan/Win] Increase the size of the PC array for coverage on WindowsTimur Iskhodzhanov
2015-04-23[Sanitizer coverage] Print out the error number if OpenFile failsTimur Iskhodzhanov
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-09[ASan/Win] Add more support for file operationsTimur Iskhodzhanov
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-09Replace a hard-coded constant with a named oneTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-04-03[sancov] Shrink pc array on Android back to 2**24.Evgeniy Stepanov
2015-04-02[ASan/Win] Minor improvements towards enabling coverageTimur Iskhodzhanov
2015-03-31[Sanitizer] Be consistent about separating ==%PID== and logged data.Alexey Samsonov
2015-03-31[Sanitizer RT] Put the Symbolizer module name string ownership in orderTimur Iskhodzhanov
2015-03-25[Sanitizers coverage] Minor cleanup: reduce scope and visibility of one metho...Timur Iskhodzhanov
2015-03-23[sanitizer] instead of comparing pointers to module_names while initializing ...Kostya Serebryany
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-03-18[sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany
2015-03-18[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany
2015-03-17[sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany
2015-03-17asan: remove left-over code from submitted in rev r232501Dmitry Vyukov
2015-03-17asan: optimization experimentsDmitry Vyukov
2015-03-10[sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany
2015-03-05[sanitizer] Reconstruct the function that dumps block/edge coverage, hopefull...Kostya Serebryany
2015-03-05[sanitizer] add a run-time flag to dump the coverage counter bitsetKostya Serebryany
2015-03-04[sanitizer] when dumping coverage bitset, dump seperate file for every module...Kostya Serebryany
2015-03-03[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany
2015-02-20[sanitizer] when dumping the basic block trace, also dump the module names. P...Kostya Serebryany
2015-02-04[sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany
2015-02-02[Sanitizers] Re-apply the fix ordering initialization of coverage and guard a...Viktor Kutuzov
2015-01-28[sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany
2015-01-27Revert r226440.Evgeniy Stepanov