[PATCH] D47302: [lldb, lldb-mi] Add method AddCurrentTargetSharedObjectPath to the SBDebugger.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 16:55:54 PDT 2018


aprantl added a comment.

The missing context here is that the lldb-mi -target-select command currently calls `HandleCommand("target modules search-paths add", ...)`.
Is adding a new SBAPI the right approach to implementing this functionality without going through HandleCommand? Or is HandleCommand appropriate in this case?


Repository:
  rL LLVM

https://reviews.llvm.org/D47302





More information about the llvm-commits mailing list