[pypy-commit] pypy reverse-debugger: Next fix (in clibffi.py), improve the debugging support

2016-07-05 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85558:edc44ccff552 Date: 2016-07-05 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/edc44ccff552/ Log:Next fix (in clibffi.py), improve the debugging support diff --git a/rpython/rlib/clibffi.py b/rpython/rlib/clibffi.py --- a/rpyt

[pypy-commit] pypy reverse-debugger: Next fix

2016-07-04 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85542:79bf6fc209bb Date: 2016-07-04 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/79bf6fc209bb/ Log:Next fix diff --git a/pypy/interpreter/reverse_debugging.py b/pypy/interpreter/reverse_debugging.py --- a/pypy/interpreter/rever