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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to