summaryrefslogtreecommitdiff
path: root/lib/asan/asan_thread.h
Commit message (Expand)AuthorAge
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-18
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-14
* [asan] nuke yet another async-signal-safety bug in UAR (oh, my)Kostya Serebryany2013-09-20
* [asan] fix one more async-signal-safety issue with use-after-returnKostya Serebryany2013-09-19
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-18
* [asan] second attempt to use TLS with fake stack. This time it looks (more) a...Kostya Serebryany2013-09-13
* [asan] don't lazy-init fake_stack if we only need to check that fake_stack ex...Kostya Serebryany2013-09-12
* [asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany2013-09-12
* [asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov2013-09-12
* [asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany2013-09-12
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-08
* [asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany2013-06-26
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-21
* [lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev2013-06-03
* [asan] Make ASan report the correct thread address ranges to LSan.Sergey Matveev2013-05-29
* [asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany2013-04-11
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
* [asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the threa...Kostya Serebryany2012-12-07
* [ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov2012-09-05
* Whitespace/lintAlexey Samsonov2012-08-30
* [asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-28
* [asan] get rid of the last operator new call in asan rtlKostya Serebryany2012-07-17
* [asan] make tid u32 instead of intKostya Serebryany2012-06-06
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] increase the stack size limit to 256M (yes, that happens); also CHECK ...Kostya Serebryany2012-05-22
* [ASan] Intercept CreateThread on WindowsTimur Iskhodzhanov2012-02-24
* [asan] make sure the AsanThread object is destroyed if pthread_exit is calledKostya Serebryany2012-02-07
* AddressSanitizer: create AsanThreadSummary together with AsanThread (in paren...Alexey Samsonov2012-01-17
* [asan] do not use new/delete for the internal thread structureKostya Serebryany2012-01-06
* Recently the GCD tests started failing because of the invalid size ofKostya Serebryany2011-12-16
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30