Home
last modified time | relevance | path

Searched refs:debugger_wp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebuggerEvents.h89 SymbolChangeEventData(lldb::DebuggerWP debugger_wp, ModuleSpec module_spec) in SymbolChangeEventData() argument
90 : m_debugger_wp(debugger_wp), m_module_spec(std::move(module_spec)) {} in SymbolChangeEventData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp85 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions() local
86 auto find_it = options_map.find(debugger_wp); in GetGlobalEnableOptions()
97 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions() local
98 auto find_it = options_map.find(debugger_wp); in SetGlobalEnableOptions()
102 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()