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



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

Reply via email to