Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h155 int SetDisableASLR(bool enable);
H A DGDBRemoteCommunicationClient.cpp1961 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp736 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp350 m_gdb_client_up->SetDisableASLR( in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h102 void SetDisableASLR(bool b);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4290 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR() function in TargetProperties
4795 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()