This is an archive of the discontinued LLVM Phabricator instance.

Adopt PrettyStackTrace in LLDB
ClosedPublic

Authored by spyffe on Dec 13 2016, 2:46 PM.

Details

Summary

LLDB needs some minor changes to adopt PrettyStackTrace after https://reviews.llvm.org/D27683.
We remove our own SetCrashDescription() function and use LLVM-provided RAII objects instead.
We also make sure LLDB doesn't define __crashtracer_info__ which would collide with LLVM's definition.

Diff Detail

Repository
rL LLVM

Event Timeline

spyffe updated this revision to Diff 81307.Dec 13 2016, 2:46 PM
spyffe retitled this revision from to Adopt PrettyStackTrace in LLDB.
spyffe updated this object.
spyffe set the repository for this revision to rL LLVM.
clayborg accepted this revision.Dec 13 2016, 3:23 PM
clayborg edited edge metadata.

Looks fine.

This revision is now accepted and ready to land.Dec 13 2016, 3:23 PM
This revision was automatically updated to reflect the committed changes.