Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h199 int SetDisableASLR(bool enable);
H A DGDBRemoteCommunicationClient.cpp1926 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp865 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp413 m_gdb_client.SetDisableASLR( in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h99 void SetDisableASLR(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3877 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR() function in TargetProperties
4288 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()