mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Recorded merge of revisions 74185 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line Fix the "pylocals" gdb command. ........
This commit is contained in:
parent
b27a1d29d2
commit
9b21dbc107
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ end
|
|||
# print the local variables of the current frame
|
||||
define pylocals
|
||||
set $_i = 0
|
||||
while $_i < f->f_nlocals
|
||||
while $_i < f->f_code->co_nlocals
|
||||
if f->f_localsplus + $_i != 0
|
||||
set $_names = co->co_varnames
|
||||
set $_name = _PyUnicode_AsString(PyTuple_GetItem($_names, $_i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue