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

  /external/lldb/include/lldb/Target/
ExecutionContext.h 469 /// HasProcessScope(), HasThreadScope(), or HasFrameScope()
476 /// @see ExecutionContext::HasFrameScope() const
485 /// HasThreadScope(), or HasFrameScope() can help to pre-validate
491 /// @see ExecutionContext::HasFrameScope() const
500 /// HasFrameScope() can help to pre-validate this pointer so that
505 /// @see ExecutionContext::HasFrameScope() const
516 /// The returned pointer might be NULL. Calling HasFrameScope(),
520 /// @see ExecutionContext::HasFrameScope() const
532 /// HasThreadScope(), or HasFrameScope() prior to calling this
539 /// @see ExecutionContext::HasFrameScope() cons
    [all...]
  /external/lldb/source/Target/
ExecutionContext.cpp 518 ExecutionContext::HasFrameScope () const
  /external/lldb/source/Interpreter/
CommandObject.cpp 249 if ((flags & eFlagRequiresFrame) && !m_exe_ctx.HasFrameScope())
    [all...]

Completed in 295 milliseconds