Home
last modified time | relevance | path

Searched refs:eLaunchFlagDisableASLR (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp765 m_process_launch_info.GetFlags().Set (eLaunchFlagDisableASLR); in Handle_QSetDisableASLR()
767 m_process_launch_info.GetFlags().Clear (eLaunchFlagDisableASLR); in Handle_QSetDisableASLR()
DProcessGDBRemote.cpp709 m_gdb_comm.SetDisableASLR (launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp306 m_gdb_client.SetDisableASLR (launch_info.GetFlags().Test (eLaunchFlagDisableASLR)); in LaunchProcess()
/external/lldb/include/lldb/
Dlldb-enumerations.h45 eLaunchFlagDisableASLR = (1u << 3), ///< Disable Address Space Layout Randomization enumerator
/external/lldb/source/API/
DSBTarget.cpp69 m_opaque_sp->GetFlags().Reset (eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo()
648 launch_flags |= eLaunchFlagDisableASLR; in Launch()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp237 m_options.launch_info.GetFlags().Set (eLaunchFlagDisableASLR); in DoExecute()
/external/lldb/source/Host/macosx/
DHost.mm565 if (launch_info.GetFlags().Test (eLaunchFlagDisableASLR))
1327 if (launch_info.GetFlags().Test (eLaunchFlagDisableASLR))
/external/lldb/source/Target/
DProcess.cpp804 launch_info.GetFlags().Set (eLaunchFlagDisableASLR); in SetOptionValue()
/external/lldb/www/python_reference/
Dapi-objects.txt45 _lldb'.eLaunchFlagDisableASLR _lldb%27-module.html#eLaunchFlagDisableASLR
1740 lldb.eLaunchFlagDisableASLR lldb-module.html#eLaunchFlagDisableASLR