Searched refs:EnableOptionsSP (Results 1 – 1 of 1) sorted by relevance
66 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef69 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;81 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()83 return EnableOptionsSP(); in GetGlobalEnableOptions()92 return EnableOptionsSP(); in GetGlobalEnableOptions()96 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()850 EnableOptionsSP m_options_sp;962 EnableOptionsSP ParseAutoEnableOptions(Status &error, Debugger &debugger) { in ParseAutoEnableOptions()972 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()984 return EnableOptionsSP(); in ParseAutoEnableOptions()[all …]