This is an archive of the discontinued LLVM Phabricator instance.

Add a very simple stack printer for DFSan
ClosedPublic

Authored by stephan.yichao.zhao on Nov 10 2020, 10:57 PM.

Details

Summary

Other sanitizers implemented their __sanitizer_print_stack_trace in much more complicated ways, not sure how to make DFSan's as complex as theirs...
This simple version works during my debugging.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2020, 10:57 PM
Herald added subscribers: Restricted Project, mgorny. · View Herald Transcript
stephan.yichao.zhao requested review of this revision.Nov 10 2020, 10:57 PM
This revision is now accepted and ready to land.Nov 11 2020, 7:26 AM