Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h270 void DisableASLRValueChangedCallback();
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4188 ePropertyDisableASLR, [this] { DisableASLRValueChangedCallback(); }); in TargetProperties()
4231 DisableASLRValueChangedCallback(); in UpdateLaunchInfoFromProperties()
4873 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback() function in TargetProperties