Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h113 SymbolChangeEventData(lldb::DebuggerWP debugger_wp, ModuleSpec module_spec) in SymbolChangeEventData()
125 lldb::DebuggerWP m_debugger_wp;
H A DSourceManager.h92 lldb::DebuggerWP m_debugger_wp;
180 lldb::DebuggerWP m_debugger_wp;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp64 lldb::DebuggerWP m_debugger_wp;
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp69 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>; in GetGlobalOptionsMap()
87 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions()
99 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h337 typedef std::weak_ptr<lldb_private::Debugger> DebuggerWP; typedef