Lines Matching +defs:d +defs:notify
287 const bool notify = false;
288 m_breakpoint_list.RemoveAll(notify);
289 m_internal_breakpoint_list.RemoveAll(notify);
291 m_watchpoint_list.RemoveAll(notify);
294 m_image_search_paths.Clear(notify);
879 error.SetErrorStringWithFormat("invalid watchpoint type: %d", kind);
889 const bool notify = false; // Don't notify about all the state changes we do
920 wp_sp->SetEnabled(false, notify);
923 m_process_sp->DisableWatchpoint(matched_sp, notify);
930 wp_sp->SetWatchpointType(kind, notify);
934 error = m_process_sp->EnableWatchpoint(wp_sp, notify);
1143 error.SetErrorStringWithFormat("Unable to serialize breakpoint %d",
1481 const bool notify = true;
1483 notify); // The first image is our executable file
1525 GetOrCreateModule(module_spec, false /* notify */));
2158 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
2372 m_images.Append(module_sp, notify);
2978 output_sp->Printf("-- Thread %d\n",
3566 void Target::AddDummySignal(llvm::StringRef name, LazyBool pass, LazyBool notify,
3571 if (pass == eLazyBoolCalculate && notify == eLazyBoolCalculate
3577 elem.notify = notify;
3596 if (elem.second.notify == eLazyBoolYes)
3598 else if (elem.second.notify == eLazyBoolNo)
3618 bool do_notify = elem.second.notify != eLazyBoolCalculate;
3685 str_for_lazy(elem.second.notify));
4264 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) {
4266 return SetPropertyAtIndex(idx, d);