Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86941:fad74c992868
Date: 2016-09-07 17:30 +0200
http://bitbucket.org/pypy/pypy/changeset/fad74c992868/
Log:in-progress
diff --git a/rpython/rlib/src/boehm-rawrefcount.h
b/rpython/rlib/src/boehm-rawrefcount.h
--- a/rpython/rlib/src/boeh
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86781:99b8ccb0e43a
Date: 2016-08-31 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/99b8ccb0e43a/
Log:in-progress: activate breakpoints based on line number
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/rev
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86133:710590b97b42
Date: 2016-08-11 09:54 +0200
http://bitbucket.org/pypy/pypy/changeset/710590b97b42/
Log:in-progress
diff --git a/rpython/translator/c/src/entrypoint.c
b/rpython/translator/c/src/entrypoint.c
--- a/rpython/translator/
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86118:9a959ce7e35a
Date: 2016-08-09 18:05 +0200
http://bitbucket.org/pypy/pypy/changeset/9a959ce7e35a/
Log:in-progress
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.py
--- a/rpython/config/translat
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85523:2c7ee80382b2
Date: 2016-07-03 16:34 +0200
http://bitbucket.org/pypy/pypy/changeset/2c7ee80382b2/
Log:in-progress: fixes the inconsistency in static pointers to raw
structures: the code containing directly a pointer would us
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85448:45db8fd3e7a1
Date: 2016-06-29 13:30 +0200
http://bitbucket.org/pypy/pypy/changeset/45db8fd3e7a1/
Log:in-progress
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter/re
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85447:155739abc604
Date: 2016-06-29 12:44 +0200
http://bitbucket.org/pypy/pypy/changeset/155739abc604/
Log:in-progress
diff --git a/pypy/interpreter/executioncontext.py
b/pypy/interpreter/executioncontext.py
--- a/pypy/interpreter/exec
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85443:2564a81ce049
Date: 2016-06-29 10:12 +0200
http://bitbucket.org/pypy/pypy/changeset/2564a81ce049/
Log:in-progress
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter/re
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85442:1e8833dfdd80
Date: 2016-06-29 08:20 +0200
http://bitbucket.org/pypy/pypy/changeset/1e8833dfdd80/
Log:in-progress
diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/i
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85399:6df99c485ecf
Date: 2016-06-27 16:14 +0200
http://bitbucket.org/pypy/pypy/changeset/6df99c485ecf/
Log:in-progress
diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c
--- a/rpython/translator/c/src/mem.c
+++
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85350:6137b7409336
Date: 2016-06-23 11:06 +0200
http://bitbucket.org/pypy/pypy/changeset/6137b7409336/
Log:in-progress
diff --git a/rpython/translator/revdb/interact.py
b/rpython/translator/revdb/interact.py
--- a/rpython/translator/re
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85322:1e5b6abe3bdb
Date: 2016-06-22 12:13 +0200
http://bitbucket.org/pypy/pypy/changeset/1e5b6abe3bdb/
Log:in-progress
diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py
--- a/rpython/rlib/revdb.py
+++ b/rpython/rlib/revdb.py
@@
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85314:a9996f5e2819
Date: 2016-06-21 18:45 +0200
http://bitbucket.org/pypy/pypy/changeset/a9996f5e2819/
Log:in-progress
diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py
--- a/rpython/rlib/revdb.py
+++ b/rpython/rlib/revdb.py
@@
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85306:1c3f6914ae95
Date: 2016-06-21 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/1c3f6914ae95/
Log:in-progress: tracking live objects
diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py
--- a/rpython/rlib/revdb.py
+++ b/r
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85236:e59f9c4f668a
Date: 2016-06-20 11:51 +0200
http://bitbucket.org/pypy/pypy/changeset/e59f9c4f668a/
Log:in-progress
diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py
--- a/rpython/rlib/revdb.py
+++ b/rpython/rlib/revdb.py
@@
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r85232:7b34a47bb51b
Date: 2016-06-20 09:27 +0200
http://bitbucket.org/pypy/pypy/changeset/7b34a47bb51b/
Log:in-progress
diff --git a/rpython/translator/revdb/interact.py
b/rpython/translator/revdb/interact.py
--- a/rpython/translator/re
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r84963:db02f646172a
Date: 2016-06-06 12:28 +0200
http://bitbucket.org/pypy/pypy/changeset/db02f646172a/
Log:in-progress: replay mode
diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py
--- a/rpython/translator/
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r84939:b7e8d7232049
Date: 2016-06-05 17:47 +0200
http://bitbucket.org/pypy/pypy/changeset/b7e8d7232049/
Log:in-progress
diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py
--- a/rpython/translator/c/funcgen.py
18 matches
Mail list logo