[Lldb-commits] [PATCH] D110010: [lldb] Extract adding symbols for UUID/File/Frame (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 20 08:49:27 PDT 2021


JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.


================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:4203
+
+  bool AddSymbolsForFrame(Target *target, CommandReturnObject &result,
+                          bool &flush) {
----------------
labath wrote:
> Do we need to pass the target around? I would assume that can be retrieved from `m_exe_ctx` as well..
Yup, I'll fix that before landing. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110010/new/

https://reviews.llvm.org/D110010



More information about the lldb-commits mailing list