Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h181 SetDisableASLR (bool enable);
DGDBRemoteCommunicationClient.cpp1702 GDBRemoteCommunicationClient::SetDisableASLR (bool enable) in SetDisableASLR() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp709 m_gdb_comm.SetDisableASLR (launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp306 m_gdb_client.SetDisableASLR (launch_info.GetFlags().Test (eLaunchFlagDisableASLR)); in LaunchProcess()
/external/lldb/include/lldb/Target/
DTarget.h82 SetDisableASLR (bool b);
/external/lldb/source/Target/
DTarget.cpp2550 TargetProperties::SetDisableASLR (bool b) in SetDisableASLR() function in TargetProperties