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

Declarations

tools/lldb/include/lldb/Target/ExecutionContext.h
  547   bool HasThreadScope() const;

References

tools/lldb/source/API/SBThread.cpp
   99   if (exe_ctx.HasThreadScope()) {
  146   if (exe_ctx.HasThreadScope()) {
  162   if (exe_ctx.HasThreadScope()) {
  212   if (exe_ctx.HasThreadScope()) {
  276   if (!exe_ctx.HasThreadScope())
  301   if (!exe_ctx.HasThreadScope())
  322   if (exe_ctx.HasThreadScope()) {
  419   if (exe_ctx.HasThreadScope()) {
  461   if (exe_ctx.HasThreadScope()) {
  478   if (exe_ctx.HasThreadScope()) {
  495   if (exe_ctx.HasThreadScope()) {
  513   if (exe_ctx.HasThreadScope()) {
  602   if (!exe_ctx.HasThreadScope()) {
  654   if (!exe_ctx.HasThreadScope()) {
  708   if (!exe_ctx.HasThreadScope()) {
  753   if (!exe_ctx.HasThreadScope()) {
  791   if (!exe_ctx.HasThreadScope()) {
  821   if (!exe_ctx.HasThreadScope()) {
  857   if (exe_ctx.HasThreadScope()) {
  995   if (!exe_ctx.HasThreadScope()) {
 1032   if (!exe_ctx.HasThreadScope()) {
 1053   if (exe_ctx.HasThreadScope()) {
 1071   if (exe_ctx.HasThreadScope()) {
 1095   if (exe_ctx.HasThreadScope()) {
 1122   if (exe_ctx.HasThreadScope()) {
 1142   if (exe_ctx.HasThreadScope())
 1153   if (exe_ctx.HasThreadScope())
 1165   if (exe_ctx.HasThreadScope()) {
 1181   if (exe_ctx.HasThreadScope()) {
 1199   if (exe_ctx.HasThreadScope()) {
 1218   if (exe_ctx.HasThreadScope()) {
 1238   if (exe_ctx.HasThreadScope()) {
 1301   if (exe_ctx.HasThreadScope()) {
 1325   if (exe_ctx.HasThreadScope()) {
 1347     if (exe_ctx.HasThreadScope()) {
tools/lldb/source/Core/IOHandler.cpp
 3469       if (exe_ctx.HasThreadScope()) {
 3481       if (exe_ctx.HasThreadScope()) {
 3493       if (exe_ctx.HasThreadScope()) {
 4395         if (exe_ctx.HasThreadScope() &&
 4407       if (exe_ctx.HasThreadScope() &&
 4420       if (exe_ctx.HasThreadScope() &&
tools/lldb/source/Expression/LLVMUserExpression.cpp
  124       if (!exe_ctx.HasThreadScope()) {
tools/lldb/source/Interpreter/CommandObject.cpp
  172     if ((flags & eCommandRequiresThread) && !m_exe_ctx.HasThreadScope()) {
  187       else if (!m_exe_ctx.HasThreadScope())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
 1353   lldbassert(exe_ctx.HasThreadScope());
 1361   if (!exe_ctx.HasThreadScope()) {
tools/lldb/source/Target/ExecutionContext.cpp
  394   return HasThreadScope() && m_frame_sp;