[Lldb-commits] [PATCH] D51934: [target] Change target create's behavior wrt loading dependent files.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 12 03:15:31 PDT 2018


JDevlieghere updated this revision to Diff 165047.
JDevlieghere added a comment.

I totally agree; I've left the argument name unchanged and made the argument optional. I had to change the semantics slightly (because of the negation in the argument name) but otherwise things will continue working as before (with the notable exception of the default case if no -d is specified of course).


https://reviews.llvm.org/D51934

Files:
  packages/Python/lldbsuite/test/functionalities/target_create_deps/Makefile
  packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
  packages/Python/lldbsuite/test/functionalities/target_create_deps/a.cpp
  packages/Python/lldbsuite/test/functionalities/target_create_deps/a.mk
  packages/Python/lldbsuite/test/functionalities/target_create_deps/main.cpp
  source/Commands/CommandObjectTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51934.165047.patch
Type: text/x-patch
Size: 11099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180912/dc250023/attachment-0001.bin>


More information about the lldb-commits mailing list