Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h241 void DisableASLRValueChangedCallback();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3758 ePropertyDisableASLR, [this] { DisableASLRValueChangedCallback(); }); in TargetProperties()
3798 DisableASLRValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4347 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback() function in TargetProperties