[Lldb-commits] [PATCH] D49739: [WIP] Re-implement MI target-select command.

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 24 09:02:45 PDT 2018


apolyakov created this revision.
apolyakov added reviewers: aprantl, clayborg, labath.
Herald added a subscriber: ki.stfu.

In this patch I suggest a way to deal with the problem started in https://reviews.llvm.org/D47302 and use it to re-implement MI target-select command. You are welcome to comment this patch, especially the new methods of Target and SBTarget classes and the bash script(do we need to find a random port or should we hardcode it?).


https://reviews.llvm.org/D49739

Files:
  include/lldb/API/SBTarget.h
  include/lldb/Target/Target.h
  lit/lit.cfg
  lit/tools/lldb-mi/target/inputs/main.c
  lit/tools/lldb-mi/target/inputs/target-select-so-path.sh
  lit/tools/lldb-mi/target/lit.local.cfg
  lit/tools/lldb-mi/target/target-select-so-path.test
  source/API/SBTarget.cpp
  source/Target/Target.cpp
  tools/lldb-mi/MICmdCmdTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49739.157053.patch
Type: text/x-patch
Size: 10689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180724/d8e2a18f/attachment.bin>


More information about the lldb-commits mailing list