Searched refs:stackdepth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py1018 stackdepth = libpython.stackdepth(frame)
1021 gdb.execute('select %d' % (stackdepth - stackno - 1,))
H A Dlibpython.py1917 def stackdepth(frame): function
1918 "Tells the stackdepth of a gdb frame."
2083 depth = stackdepth(beginframe)
2116 newdepth = stackdepth(newframe)

Completed in 1020 milliseconds