HomeSort by relevance Sort by last modified time
    Searched refs:eLaunchFlagDebug (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Target/
Platform.cpp 650 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
675 launch_info.GetFlags ().Set (eLaunchFlagDebug);
  /external/lldb/include/lldb/
lldb-enumerations.h 43 eLaunchFlagDebug = (1u << 1), ///< Stop as soon as the process launches to allow the process to be debugged
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 411 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 634 m_process_launch_info.GetFlags().Set (eLaunchFlagDebug);
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 242 m_options.launch_info.GetFlags().Set (eLaunchFlagDebug);
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 69 m_opaque_sp->GetFlags().Reset (eLaunchFlagDebug | eLaunchFlagDisableASLR);
    [all...]

Completed in 181 milliseconds