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

  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 401 lldb::addr_t m_stack_frame_bottom; ///< The bottom of the allocated stack frame. member in class:lldb_private::ClangUserExpression
  /external/lldb/source/Expression/
ClangUserExpression.cpp 59 m_stack_frame_bottom (LLDB_INVALID_ADDRESS),
686 if (m_can_interpret && m_stack_frame_bottom == LLDB_INVALID_ADDRESS)
692 m_stack_frame_bottom = m_execution_unit_ap->Malloc(stack_frame_size,
698 m_stack_frame_top = m_stack_frame_bottom + stack_frame_size;
840 function_stack_bottom = m_stack_frame_bottom;
    [all...]

Completed in 674 milliseconds