Lines Matching refs:EnableOptionsSP
66 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
69 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()
988 return EnableOptionsSP(); in ParseAutoEnableOptions()
1010 return EnableOptionsSP(); in ParseAutoEnableOptions()
1014 return EnableOptionsSP(); in ParseAutoEnableOptions()