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

References

tools/lldb/source/Target/Process.cpp
 4665   UtilityFunctionScope util_scope(options.IsForUtilityExpr() ? this : nullptr);
 4691   if (options.GetOneThreadTimeout() && options.GetTimeout() &&
 4691   if (options.GetOneThreadTimeout() && options.GetTimeout() &&
 4692       *options.GetTimeout() < *options.GetOneThreadTimeout()) {
 4692       *options.GetTimeout() < *options.GetOneThreadTimeout()) {
 4754   if (options.GetDebug()) {
 4805     if (!options.GetStopOthers() || !options.GetTryAllThreads())
 4805     if (!options.GetStopOthers() || !options.GetTryAllThreads())
 4809               options.GetStopOthers(), options.GetTryAllThreads(),
 4809               options.GetStopOthers(), options.GetTryAllThreads(),
 4941           GetExpressionTimeout(options, before_first_timeout);
 5013                     event_to_broadcast_sp, options, handle_interrupts);
 5061           if (options.GetTryAllThreads()) {
 5136                         event_to_broadcast_sp, options, handle_interrupts)) {
 5142                 if (!options.GetTryAllThreads()) {
 5220                           options.DoesUnwindOnError()) ||
 5222                           options.DoesIgnoreBreakpoints());
 5332       if (options.DoesUnwindOnError()) {
 5349         if (options.DoesUnwindOnError() && thread_plan_sp) {