Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h262 void DisableASLRValueChangedCallback();
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4073 ePropertyDisableASLR, [this] { DisableASLRValueChangedCallback(); }); in TargetProperties()
4117 DisableASLRValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4749 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback() function in TargetProperties