[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
Mon Sep 17 02:12:49 PDT 2018


JDevlieghere added inline comments.


================
Comment at: source/Commands/CommandObjectTarget.cpp:153
+static OptionDefinition g_dependents_options[1] = {
+    {LLDB_OPT_SET_1, false, "no-dependents", 'd',
+     OptionParser::eOptionalArgument, nullptr, g_dependents_enumaration, 0,
----------------
shafik wrote:
> Should "no-dependents" be "default"?
Only if the target is not an executable, i.e. a shared library. This is what the `eLoadDependentsDefault` enum value is for. 


https://reviews.llvm.org/D51934





More information about the lldb-commits mailing list