Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h154 int SetDisableASLR(bool enable);
H A DGDBRemoteCommunicationClient.cpp1952 int GDBRemoteCommunicationClient::SetDisableASLR(bool enable) { in SetDisableASLR() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp730 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp344 m_gdb_client_up->SetDisableASLR( in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h102 void SetDisableASLR(bool b);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4196 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR() function in TargetProperties
4690 SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)); in SetProcessLaunchInfo()