This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Refactor thread starting code.
ClosedPublic

Authored by earthdok on Dec 4 2014, 4:59 PM.

Details

Reviewers
samsonov
Summary

Move thread context creation into AsanThread::Create().

Diff Detail

Event Timeline

earthdok updated this revision to Diff 16969.Dec 4 2014, 4:59 PM
earthdok retitled this revision from to [ASan] Refactor thread starting code..
earthdok updated this object.
earthdok edited the test plan for this revision. (Show Details)
earthdok added a reviewer: samsonov.
earthdok added a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Dec 4 2014, 5:16 PM
samsonov edited edge metadata.

LGTM. Thanks!

lib/asan/asan_interceptors.cc
201

Can we remove CreateThreadContextArgs from asan_thread.h header now?

735

s/stack/&stack

This revision is now accepted and ready to land.Dec 4 2014, 5:16 PM

Committed r223483

lib/asan/asan_interceptors.cc
201

done

735

done

earthdok closed this revision.Dec 5 2014, 9:32 AM