Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp88 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions() local
89 auto find_it = options_map.find(debugger_wp); in GetGlobalEnableOptions()
100 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions() local
101 auto find_it = options_map.find(debugger_wp); in SetGlobalEnableOptions()
105 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()