reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86157   SWIG_Python_SetConstant(d, "eLaunchFlagDebug",SWIG_From_int(static_cast< int >(lldb::eLaunchFlagDebug)));
tools/lldb/source/API/SBLaunchInfo.cpp
   41   m_opaque_sp->GetFlags().Reset(eLaunchFlagDebug | eLaunchFlagDisableASLR);
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  137   if (info.GetFlags().Test(eLaunchFlagDebug)) {
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  224   if (launch_info.GetFlags().Test(eLaunchFlagDebug)) {
  286   launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  193   if (launch_info.GetFlags().Test(eLaunchFlagDebug)) {
  255   launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  348     launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  217   m_process_launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1404   if (!launch_info.GetFlags().AnySet(eLaunchFlagDebug))
tools/lldb/source/Target/Platform.cpp
 1018       const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
 1098   launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Target/Target.cpp
 2854   launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  177   info.GetFlags().Set(eLaunchFlagStopAtEntry | eLaunchFlagDebug |
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 1254   g_vsc.launch_info.SetLaunchFlags(flags | lldb::eLaunchFlagDebug |