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

References

tools/lldb/include/lldb/Breakpoint/BreakpointName.h
   44       m_set_mask.Set(permissions_mask[allPerms]);
  123       m_set_mask.Set(permissions_mask[permission]);
tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  272     m_set_flags.Set(eEnabled);
  283     m_set_flags.Set(eAutoContinue);
  294     m_set_flags.Set(eOneShot); 
  303     m_set_flags.Set(eIgnoreCount);
tools/lldb/include/lldb/Symbol/CompileUnit.h
  147     m_flags.Set(flagsParsedLanguage);
tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
   63     GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values);
tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
   45     GetFlags().Set(ThreadPlanStepOut::s_default_flag_values);
tools/lldb/include/lldb/Target/ThreadPlanStepOverRange.h
   37     GetFlags().Set(ThreadPlanStepOverRange::s_default_flag_values);
tools/lldb/source/API/SBCommandInterpreter.cpp
  829     m_opaque_sp->GetFlags().Set(flags);
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  130     m_set_flags.Set(~((Flags::ValueType)0));
  141     m_set_flags.Set(eEnabled | eIgnoreCount | eOneShot 
  186     m_set_flags.Set(eEnabled);
  191     m_set_flags.Set(eOneShot);
  199     m_set_flags.Set(eCallback);
  204     m_set_flags.Set(eIgnoreCount);
  216       m_set_flags.Set(eCondition);
  222     m_set_flags.Set(eAutoContinue);
  229     m_set_flags.Set(eThreadSpec);
  254     set_options.Set(eEnabled);
  264       set_options.Set(eOneShot);
  274       set_options.Set(eAutoContinue);
  284     set_options.Set(eIgnoreCount);
  294     set_options.Set(eCondition);
  418   m_set_flags.Set(eCallback);
  429   m_set_flags.Set(eCallback);
  487     m_set_flags.Set(eCondition);
  511     m_set_flags.Set(eThreadSpec);
  520   m_set_flags.Set(eThreadSpec);
  526   m_set_flags.Set(eThreadSpec);
  617   m_set_flags.Set(eCallback);
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
   74       m_bp_opts.m_set_flags.Set(BreakpointOptions::eCondition);
tools/lldb/source/Commands/CommandObjectCommands.cpp
 1282       GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp));
tools/lldb/source/Commands/CommandObjectProcess.cpp
  185       m_options.launch_info.GetFlags().Set(eLaunchFlagDisableASLR);
  190       m_options.launch_info.GetFlags().Set(eLaunchFlagDetachOnError);
  193       m_options.launch_info.GetFlags().Set(eLaunchFlagDisableSTDIO);
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  145     m_flags.Set(lldb::eLaunchFlagLaunchInShell);
  152     m_flags.Set(lldb::eLaunchFlagLaunchInSeparateProcessGroup);
  159     m_flags.Set(lldb::eLaunchFlagShellExpandArguments);
  205     m_flags.Set(lldb::eLaunchFlagDetachOnError);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6132           LC_THREAD_data.GetFlags().Set(Stream::eBinary);
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  286   launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  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/GDBRemoteCommunicationServerCommon.cpp
  874     m_process_launch_info.GetFlags().Set(eLaunchFlagDetachOnError);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  217   m_process_launch_info.GetFlags().Set(eLaunchFlagDebug);
 1325     m_process_launch_info.GetFlags().Set(eLaunchFlagDisableASLR);
tools/lldb/source/Symbol/CompileUnit.cpp
   28     m_flags.Set(flagsParsedLanguage);
   41     m_flags.Set(flagsParsedLanguage);
  132       m_flags.Set(flagsParsedLanguage);
  143       m_flags.Set(flagsParsedLineTable);
  155     m_flags.Set(flagsParsedLineTable);
  166       m_flags.Set(flagsParsedDebugMacros);
  179     m_flags.Set(flagsParsedDebugMacros);
  346     m_flags.Set(flagsParsedImportedModules);
  364       m_flags.Set(flagsParsedSupportFiles);
tools/lldb/source/Symbol/CompilerType.cpp
  883     strm.GetFlags().Set(Stream::eBinary);
tools/lldb/source/Symbol/Function.cpp
  488     m_flags.Set(flagsCalculatedPrologueSize);
tools/lldb/source/Target/Platform.cpp
 1014       launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY);
 1098   launch_info.GetFlags().Set(eLaunchFlagDebug);
tools/lldb/source/Target/Process.cpp
  258     launch_info.GetFlags().Set(eLaunchFlagStopAtEntry);
  307     launch_info.GetFlags().Set(eLaunchFlagLaunchInTTY);
tools/lldb/source/Target/StackFrame.cpp
   73     m_flags.Set(m_sc.GetResolvedMask());
   93     m_flags.Set(m_sc.GetResolvedMask());
   99       m_flags.Set(eSymbolContextTarget);
  121     m_flags.Set(m_sc.GetResolvedMask());
  127       m_flags.Set(eSymbolContextTarget);
  134       m_flags.Set(eSymbolContextModule);
  152       m_flags.Set(RESOLVED_FRAME_ID_SYMBOL_SCOPE);
  184   m_flags.Set(RESOLVED_FRAME_ID_SYMBOL_SCOPE);
  192     m_flags.Set(RESOLVED_FRAME_CODE_ADDR);
  207             m_flags.Set(eSymbolContextModule);
  413     m_flags.Set(resolve_scope | resolved);
  424     m_flags.Set(RESOLVED_VARIABLES);
  441     m_flags.Set(RESOLVED_GLOBAL_VARIABLES);
 1084       m_flags.Set(GOT_FRAME_BASE);
 1879   m_flags.Set(m_sc.GetResolvedMask());
tools/lldb/source/Target/Target.cpp
 2854   launch_info.GetFlags().Set(eLaunchFlagDebug);
 4051     this_->m_launch_info.GetFlags().Set(lldb::eLaunchFlagDetachOnError);
 4061     this_->m_launch_info.GetFlags().Set(lldb::eLaunchFlagDisableASLR);
 4071     this_->m_launch_info.GetFlags().Set(lldb::eLaunchFlagDisableSTDIO);
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
   85     GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug);
  101     GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  166     GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   92     GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug);
   98   GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug);
tools/lldb/source/Utility/GDBRemote.cpp
   44     m_flags.Set(eBinary);
tools/lldb/source/Utility/Stream.cpp
  392     m_flags.Set(eBinary);
  427     m_flags.Set(eBinary);
  439     m_flags.Set(eBinary);
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  177   info.GetFlags().Set(eLaunchFlagStopAtEntry | eLaunchFlagDebug |
tools/lldb/unittests/Utility/FlagsTest.cpp
   52   f.Set(eFlag0);
   55   f.Set(eFlag1);
   70   f.Set(eFlag0);
   73   f.Set(eFlag1);
   90   f.Set(eFlag0);
   95   f.Set(eFlag1);
  113   f.Set(eFlag0);
  116   f.Set(eFlag1);
  128   f.Set(eFlag0);
  131   f.Set(eFlag1);
  132   f.Set(eFlag0);
  148   f.Set(eFlag0);
  152   f.Set(eFlag1);
tools/lldb/unittests/Utility/StreamTest.cpp
   34     s.GetFlags().Set(Stream::eBinary);