[Lldb-commits] [PATCH] D101094: lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication()
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 22 11:44:04 PDT 2021
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp:272-274
+ HistoryThread *history_thread =
+ new HistoryThread(*process_sp, tid, PCs, pcs_are_call_addresses);
ThreadSP new_thread_sp(history_thread);
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101094/new/
https://reviews.llvm.org/D101094
More information about the lldb-commits
mailing list