[pypy-commit] pypy reverse-debugger: Write the argv in "clear text" inside the PYPYRDB log file, and

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85104:d1c588f9f886 Date: 2016-06-12 08:47 +0200 http://bitbucket.org/pypy/pypy/changeset/d1c588f9f886/ Log:Write the argv in "clear text" inside the PYPYRDB log file, and display them again in --replay diff --git a/rpython/trans

[pypy-commit] pypy py3.5: Handle call on iterable argument unpacking

2016-06-11 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85103:e67603023b8b Date: 2016-06-12 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/e67603023b8b/ Log:Handle call on iterable argument unpacking diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/astbu

[pypy-commit] pypy reverse-debugger: Tweak the ratio

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85102:5a6c8b6f60a8 Date: 2016-06-11 21:50 +0200 http://bitbucket.org/pypy/pypy/changeset/5a6c8b6f60a8/ Log:Tweak the ratio diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/revdb/rdb-src/revdb.c --- a/rpython/t

[pypy-commit] pypy reverse-debugger: Catch exceptions from RPython commands

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85101:2e1c0f9240a3 Date: 2016-06-11 21:23 +0200 http://bitbucket.org/pypy/pypy/changeset/2e1c0f9240a3/ Log:Catch exceptions from RPython commands diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --

[pypy-commit] pypy reverse-debugger: Fixes

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85100:d36453797864 Date: 2016-06-11 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d36453797864/ Log:Fixes diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/revdb/rdb-src/revdb.c --- a/rpython/translator/

[pypy-commit] pypy reverse-debugger: Force some more options to known-working values

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85099:eae582a6f933 Date: 2016-06-11 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/eae582a6f933/ Log:Force some more options to known-working values diff --git a/rpython/config/translationoption.py b/rpython/config/translationopt

[pypy-commit] pypy reverse-debugger: Fix for large inputs

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85098:92150c86f642 Date: 2016-06-11 12:56 +0200 http://bitbucket.org/pypy/pypy/changeset/92150c86f642/ Log:Fix for large inputs diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/revdb/rdb-src/revdb.c --- a/rpyt

[pypy-commit] pypy reverse-debugger: Don't record/replay the reads from static, immutable structures (the

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85097:59cd9a5ec3f6 Date: 2016-06-11 12:50 +0200 http://bitbucket.org/pypy/pypy/changeset/59cd9a5ec3f6/ Log:Don't record/replay the reads from static, immutable structures (the RPython classes or the PBCs) diff --git a/rpython/rt

[pypy-commit] pypy reverse-debugger: Tweaks. Can now record and replay duhton.

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85096:0c5d9de93e74 Date: 2016-06-11 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/0c5d9de93e74/ Log:Tweaks. Can now record and replay duhton. diff --git a/rpython/memory/gctransform/boehm.py b/rpython/memory/gctransform/boehm.py

[pypy-commit] pypy reverse-debugger: identityhash()

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85095:372509ebf296 Date: 2016-06-11 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/372509ebf296/ Log:identityhash() diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/config/trans

[pypy-commit] pypy reverse-debugger: Can't do I/O in rpython commands

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85094:44e6fa91e646 Date: 2016-06-11 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/44e6fa91e646/ Log:Can't do I/O in rpython commands diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/revdb/rdb-src/revdb.

[pypy-commit] pypy reverse-debugger: Debug commands written in RPython

2016-06-11 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85093:9b64e55324a4 Date: 2016-06-11 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9b64e55324a4/ Log:Debug commands written in RPython diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llint