Searched refs:options_sp (Results 1 – 4 of 4) sorted by relevance
93 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions() argument99 find_it->second = options_sp; in SetGlobalEnableOptions()101 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()897 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute() local898 if (!options_sp) { in DoExecute()909 if (options_sp->GetFilterRules().empty()) { in DoExecute()915 for (auto rule_sp : options_sp->GetFilterRules()) { in DoExecute()931 options_sp->GetFallthroughAccepts() ? "accept" : "reject"); in DoExecute()981 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions() local982 options_sp->NotifyOptionParsingStarting(&exe_ctx); in ParseAutoEnableOptions()[all …]
97 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval) { in LLDBSwigPythonCallTypeScript() argument
130 const lldb::TypeSummaryOptionsSP& options_sp,135 lldb::SBTypeSummaryOptions sb_options(options_sp.get());
102 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval);2246 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); in GetScriptedSummary() local2252 &new_callee, options_sp, retval); in GetScriptedSummary()