Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h163 int SetDisableASLR(bool enable);
H A DGDBRemoteCommunicationClient.cpp1958 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp833 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp347 m_gdb_client_up->SetDisableASLR( in LaunchProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h102 void SetDisableASLR(bool b);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4099 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR() function in TargetProperties
4587 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()