[pypy-commit] pypy reverse-debugger: fixes fixes fixes

2016-08-31 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86802:799bea7b4905 Date: 2016-09-01 00:31 +0100 http://bitbucket.org/pypy/pypy/changeset/799bea7b4905/ Log:fixes fixes fixes now after "b FILENAME:LINENO", will break whenever we reach the LINENO in a code object with co

[pypy-commit] pypy reverse-debugger: fixes

2016-08-10 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r86128:33ad82b0c795 Date: 2016-08-10 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/33ad82b0c795/ Log:fixes diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpython/t

[pypy-commit] pypy reverse-debugger: fixes

2016-07-01 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85506:e5e2c4c6d62f Date: 2016-07-01 23:29 +0200 http://bitbucket.org/pypy/pypy/changeset/e5e2c4c6d62f/ Log:fixes diff --git a/pypy/module/_cffi_backend/hide_reveal.py b/pypy/module/_cffi_backend/hide_reveal.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy reverse-debugger: Fixes, progress

2016-06-29 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85456:820fae9f795f Date: 2016-06-29 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/820fae9f795f/ Log:Fixes, progress diff --git a/pypy/interpreter/reverse_debugging.py b/pypy/interpreter/reverse_debugging.py --- a/pypy/interprete

[pypy-commit] pypy reverse-debugger: fixes

2016-06-23 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85351:583e7d930dbd Date: 2016-06-23 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/583e7d930dbd/ Log:fixes diff --git a/rpython/translator/revdb/process.py b/rpython/translator/revdb/process.py --- a/rpython/translator/revdb/proc

[pypy-commit] pypy reverse-debugger: fixes

2016-06-21 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85316:afd4dd224a4e Date: 2016-06-21 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/afd4dd224a4e/ Log:fixes diff --git a/rpython/translator/revdb/process.py b/rpython/translator/revdb/process.py --- a/rpython/translator/revdb/proc

[pypy-commit] pypy reverse-debugger: fixes, progress

2016-06-17 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85220:c89a87929045 Date: 2016-06-18 07:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c89a87929045/ Log:fixes, progress diff --git a/rpython/translator/revdb/revmsg.py b/rpython/translator/revdb/revmsg.py --- a/rpython/translator/re

[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/