Home
last modified time | relevance | path

Searched refs:DebuggerWP (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h98 lldb::DebuggerWP m_debugger_wp;
173 lldb::DebuggerWP m_debugger_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp66 lldb::DebuggerWP m_debugger_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp70 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
88 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions()
100 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h340 typedef std::weak_ptr<lldb_private::Debugger> DebuggerWP; typedef