Lines Matching refs:EnableOptionsSP
63 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
66 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
78 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
80 return EnableOptionsSP(); in GetGlobalEnableOptions()
89 return EnableOptionsSP(); in GetGlobalEnableOptions()
93 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
853 EnableOptionsSP m_options_sp;
965 EnableOptionsSP ParseAutoEnableOptions(Status &error, Debugger &debugger) { in ParseAutoEnableOptions()
975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
986 return EnableOptionsSP(); in ParseAutoEnableOptions()
990 return EnableOptionsSP(); in ParseAutoEnableOptions()
1012 return EnableOptionsSP(); in ParseAutoEnableOptions()
1016 return EnableOptionsSP(); in ParseAutoEnableOptions()