Home
last modified time | relevance | path

Searched refs:SetDisableASLR (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h231 SetDisableASLR (bool enable);
HDGDBRemoteCommunicationClient.cpp2643 GDBRemoteCommunicationClient::SetDisableASLR (bool enable) in SetDisableASLR() function in GDBRemoteCommunicationClient
HDProcessGDBRemote.cpp976 m_gdb_comm.SetDisableASLR (launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h80 SetDisableASLR (bool b);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp504 m_gdb_client.SetDisableASLR (launch_info.GetFlags().Test (eLaunchFlagDisableASLR)); in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3237 TargetProperties::SetDisableASLR (bool b) in SetDisableASLR() function in TargetProperties
3596 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()