This is an archive of the discontinued LLVM Phabricator instance.

Implement ASan history threads in SB API
ClosedPublic

Authored by kubamracek on Sep 5 2014, 2:24 PM.

Details

Reviewers
kubamracek
Summary

Implements an SB API on SBProcess to retrieve ASan-provided memory history threads for an address:

  • ThreadCollectionSP Process::GetHistoryThreads(addr_t addr);
  • SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr);

Depends on http://reviews.llvm.org/D5218

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 13340.Sep 5 2014, 2:24 PM
kubamracek retitled this revision from to Implement ASan history threads in SB API.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added a subscriber: Unknown Object (MLST).
This revision is now accepted and ready to land.Sep 5 2014, 6:43 PM
kubamracek closed this revision.Sep 5 2014, 6:43 PM

Landed in r217300.