Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Issue 67266: Accompany debugger commands with senders data (Closed)

Created:
11 years, 8 months ago by yurys
Modified:
9 years, 7 months ago
CC:
v8-dev, pfeldman, Mads Ager (chromium)
Visibility:
Public.

Description

As long as all debugger messages are handled by a single static method we need a way to identify request sender to route the response to the right handler. To accomplish this clients can send some additional data along with command text and debugger will later pass this data to the message handler along with the response text. Committed: http://code.google.com/p/v8/source/detail?r=1755

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -141 lines) Patch
M include/v8-debug.h View 1 2 3 4 5 2 chunks +52 lines, -40 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 2 chunks +10 lines, -9 lines 0 comments Download
M src/debug.h View 1 2 3 4 5 5 chunks +44 lines, -16 lines 0 comments Download
M src/debug.cc View 1 2 3 4 5 16 chunks +118 lines, -59 lines 0 comments Download
M src/debug-agent.h View 1 2 3 4 5 2 chunks +11 lines, -3 lines 0 comments Download
M src/debug-agent.cc View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 3 4 5 11 chunks +125 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
yurys
11 years, 8 months ago (2009-04-17 21:39:02 UTC) #1
Søren Thygesen Gjesse
LGTM Thank you for cleaning this up. You will need to look at the tests ...
11 years, 8 months ago (2009-04-17 22:17:20 UTC) #2
yurys
* Addressed the comments * made necessary changes to the unit tests * fixed an ...
11 years, 8 months ago (2009-04-19 23:38:58 UTC) #3
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/67266/diff/2001/2002 File include/v8-debug.h (right): http://codereview.chromium.org/67266/diff/2001/2002#newcode85 Line 85: class ClientData { I think we should ...
11 years, 8 months ago (2009-04-20 07:40:54 UTC) #4
yurys
http://codereview.chromium.org/67266/diff/2001/2002 File include/v8-debug.h (right): http://codereview.chromium.org/67266/diff/2001/2002#newcode85 Line 85: class ClientData { On 2009/04/20 07:40:55, Søren Gjesse ...
11 years, 8 months ago (2009-04-21 10:53:20 UTC) #5
Søren Thygesen Gjesse
LGTM
11 years, 8 months ago (2009-04-21 10:58:07 UTC) #6
Søren Thygesen Gjesse
LGTM When we rool DEPS for chrome it should be bundled with this patch. How ...
11 years, 8 months ago (2009-04-21 13:31:57 UTC) #7
Søren Thygesen Gjesse
11 years, 8 months ago (2009-04-21 13:38:13 UTC) #8
Ignore my latest message it was supposed to go with another CL.

On 2009/04/21 13:31:57, Søren Gjesse wrote:
> LGTM
> 
> When we rool DEPS for chrome it should be bundled with this patch.
> 
> How about the current beta branch. We need to have a patch for that as well to
> be able to roll V8 DEPS there.

Powered by Google App Engine
This is Rietveld 408576698