Lines Matching refs:EnableOptionsSP
64 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
67 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
81 return EnableOptionsSP(); in GetGlobalEnableOptions()
90 return EnableOptionsSP(); in GetGlobalEnableOptions()
94 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
849 EnableOptionsSP m_options_sp;
961 EnableOptionsSP ParseAutoEnableOptions(Status &error, Debugger &debugger) { in ParseAutoEnableOptions()
971 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
982 return EnableOptionsSP(); in ParseAutoEnableOptions()
986 return EnableOptionsSP(); in ParseAutoEnableOptions()
1008 return EnableOptionsSP(); in ParseAutoEnableOptions()
1012 return EnableOptionsSP(); in ParseAutoEnableOptions()