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.cpp1981 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp746 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp343 m_gdb_client_up->SetDisableASLR( in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h105 void SetDisableASLR(bool b);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4488 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR() function in TargetProperties
5033 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()