Open samuelyao314 opened 4 years ago
gdb 编译的python 版本是2, 出现以下错误
File "lua-gdb.py", line 352 yield str(2*i), i SyntaxError: 'return' with argument inside generator
应该是支持python2的,我没有碰到这个错误;如果知道原因了,可以提个PR;
生成器的return 带了参数,"lua-gdb.py", line 429
另外,地址转换是用long替换int
提个PR?
不支持python2
gdb 编译的python 版本是2, 出现以下错误
File "lua-gdb.py", line 352 yield str(2*i), i SyntaxError: 'return' with argument inside generator