[Lldb-commits] [PATCH] D110010: [lldb] Extract adding symbols for UUID/File/Frame (NFC)
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 19 23:52:02 PDT 2021
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
seems straight-forward enough
================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:4203
+
+ bool AddSymbolsForFrame(Target *target, CommandReturnObject &result,
+ bool &flush) {
----------------
Do we need to pass the target around? I would assume that can be retrieved from `m_exe_ctx` as well..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110010/new/
https://reviews.llvm.org/D110010
More information about the lldb-commits
mailing list