[pypy-commit] pypy reverse-debugger: Trying to support pressing Ctrl-C to interrupt the current operation

2016-08-12 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86180:2311c3b8a675 Date: 2016-08-12 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/2311c3b8a675/ Log:Trying to support pressing Ctrl-C to interrupt the current operation diff --git a/rpython/translator/revdb/interact.py b/rpython

[pypy-commit] pypy reverse-debugger: trying

2016-08-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86136:0140e350104d Date: 2016-08-11 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/0140e350104d/ Log:trying diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyo