Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp73 m_process->SetStopOnSharedLibraryEvents(stop); in SetStopWhenImagesChange()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h89 void SetStopOnSharedLibraryEvents(bool stop);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp263 void ProcessProperties::SetStopOnSharedLibraryEvents(bool stop) { in SetStopOnSharedLibraryEvents() function in ProcessProperties