Home
last modified time | relevance | path

Searched refs:debugger_wp (Results 1 – 2 of 2) 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() argument
114 : m_debugger_wp(debugger_wp), m_module_spec(std::move(module_spec)) {} in SymbolChangeEventData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp87 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions()
88 auto find_it = options_map.find(debugger_wp); in GetGlobalEnableOptions()
99 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions()
100 auto find_it = options_map.find(debugger_wp); in SetGlobalEnableOptions()
104 options_map.insert(std::make_pair(debugger_wp, options_sp));
85 DebuggerWP debugger_wp(debugger_sp); GetGlobalEnableOptions() local
97 DebuggerWP debugger_wp(debugger_sp); SetGlobalEnableOptions() local