Lines Matching refs:EnableOptionsSP
67 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
70 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
82 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
84 return EnableOptionsSP(); in GetGlobalEnableOptions()
93 return EnableOptionsSP(); in GetGlobalEnableOptions()
97 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
892 EnableOptionsSP m_options_sp;
1008 EnableOptionsSP ParseAutoEnableOptions(Status &error, Debugger &debugger) { in ParseAutoEnableOptions()
1018 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
1029 return EnableOptionsSP(); in ParseAutoEnableOptions()
1033 return EnableOptionsSP(); in ParseAutoEnableOptions()
1055 return EnableOptionsSP(); in ParseAutoEnableOptions()
1059 return EnableOptionsSP(); in ParseAutoEnableOptions()