[Lldb-commits] [PATCH] D117632: [lldb] Instrument SB API with signposts
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 19 12:31:16 PST 2022
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Assuming UpdateBoundary is only called in the destructor this looks nice!
================
Comment at: lldb/source/Utility/Instrumentation.cpp:21
+// Instrument SB API calls with singposts when supported.
+static llvm::ManagedStatic<llvm::SignpostEmitter> g_api_signposts;
----------------
///
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117632/new/
https://reviews.llvm.org/D117632
More information about the lldb-commits
mailing list