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

Issue 10496006: Add string encoding to wire protocol (Closed)

Created:
8 years, 6 months ago by hausner
Modified:
8 years, 6 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, keertip, devoncarew
Visibility:
Public.

Description

Add string encoding to wire protocol Also, add command to retrieve the source text of a given script. Committed: https://code.google.com/p/dart/source/detail?r=8220

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -38 lines) Patch
M runtime/bin/dbg_connection.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/dbg_connection.cc View 1 2 13 chunks +109 lines, -36 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 1 2 chunks +16 lines, -0 lines 0 comments Download
M runtime/platform/json.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/platform/json.cc View 1 2 chunks +49 lines, -2 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 1 chunk +22 lines, -0 lines 0 comments Download
M tools/ddbg.dart View 1 3 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
8 years, 6 months ago (2012-06-01 23:34:04 UTC) #1
srdjan
lgtm http://codereview.chromium.org/10496006/diff/7001/runtime/bin/dbg_connection.cc File runtime/bin/dbg_connection.cc (right): http://codereview.chromium.org/10496006/diff/7001/runtime/bin/dbg_connection.cc#newcode57 runtime/bin/dbg_connection.cc:57: intptr_t GetIntParam(const char* name) const; Could you add ...
8 years, 6 months ago (2012-06-02 00:03:07 UTC) #2
hausner
8 years, 6 months ago (2012-06-02 00:06:53 UTC) #3
http://codereview.chromium.org/10496006/diff/7001/runtime/bin/dbg_connection.cc
File runtime/bin/dbg_connection.cc (right):

http://codereview.chromium.org/10496006/diff/7001/runtime/bin/dbg_connection....
runtime/bin/dbg_connection.cc:57: intptr_t GetIntParam(const char* name) const;
On 2012/06/02 00:03:08, srdjan wrote:
> Could you add add a comment that the caller must free the allocated char* .

I can. Done.

Powered by Google App Engine
This is Rietveld 408576698