Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp232 auto prompt_change_event_sp = std::make_shared<Event>( in SetPropertyValue() local
234 GetCommandInterpreter().BroadcastEvent(prompt_change_event_sp); in SetPropertyValue()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2144 EventSP prompt_change_event_sp( in UpdatePrompt() local
2147 BroadcastEvent(prompt_change_event_sp); in UpdatePrompt()