Searched refs:options_sp (Results 1 – 4 of 4) sorted by relevance
96 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions() argument102 find_it->second = options_sp; in SetGlobalEnableOptions()104 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()892 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute() local893 if (!options_sp) { in DoExecute()904 if (options_sp->GetFilterRules().empty()) { in DoExecute()910 for (auto rule_sp : options_sp->GetFilterRules()) { in DoExecute()926 options_sp->GetFallthroughAccepts() ? "accept" : "reject"); in DoExecute()975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions() local976 options_sp->NotifyOptionParsingStarting(&exe_ctx); in ParseAutoEnableOptions()[all …]
142 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval);
1841 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); in GetScriptedSummary() local1847 &new_callee, options_sp, retval); in GetScriptedSummary()
122 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval) {174 result = pfunc(value_arg, dict, SWIGBridge::ToSWIGWrapper(*options_sp));