================
Comment at: source/Target/Target.cpp:3061-3069
@@ +3060,11 @@
+    // Set callbacks to update launch_info whenever "settins set" updated any 
of these properties
+    m_collection_sp->SetValueChangedCallback(ePropertyArg0, 
TargetProperties::Arg0ValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyRunArgs, 
TargetProperties::RunArgsValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyEnvVars, 
TargetProperties::EnvVarsValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyInputPath, 
TargetProperties::InputPathValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyOutputPath, 
TargetProperties::OutputPathValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyErrorPath, 
TargetProperties::ErrorPathValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyDetachOnError, 
TargetProperties::DetachOnErrorValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyDisableASLR, 
TargetProperties::DisableASLRValueChangedCallback, this);
+    m_collection_sp->SetValueChangedCallback(ePropertyDisableSTDIO, 
TargetProperties::DisableSTDIOValueChangedCallback, this);
+
----------------
I can't set more than 1 callback.

http://reviews.llvm.org/D6965

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to