[Lldb-commits] [PATCH] D103391: [lldb] Add missing reproducer instrumentation to some SB classes
Bruce Mitchener via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 31 03:04:37 PDT 2021
brucem added inline comments.
================
Comment at: lldb/source/API/SBDebugger.cpp:165
bool &is_debugger_specific) {
+ LLDB_RECORD_STATIC_METHOD(
+ const char *, SBDebugger, GetProgressFromEvent,
----------------
This one is already present in the function but near the end of the function due to our parameters.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103391/new/
https://reviews.llvm.org/D103391
More information about the lldb-commits
mailing list