Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h193 int SetDisableASLR(bool enable);
DGDBRemoteCommunicationClient.cpp1878 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp859 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp409 m_gdb_client.SetDisableASLR( in LaunchProcess()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h95 void SetDisableASLR(bool b);
/external/llvm-project/lldb/source/Target/
DTarget.cpp3798 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR() function in TargetProperties
4210 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()