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

Issue 15507004: Let debug target pick the debugger port (Closed)

Created:
7 years, 7 months ago by hausner
Modified:
7 years, 7 months ago
Reviewers:
Ivan Posva, kustermann
CC:
reviews_dartlang.org, ricow1, kustermann
Visibility:
Public.

Description

Let debug target pick the debugger port Invoking the dart executable with --debug:0 lets the debuggee pick a free port number. It prints the port number to stdout if --verbose_debug is specified on the command line. Adapt debugger tests to use this scheme for selecting an available port number. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=23086

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -60 lines) Patch
M runtime/bin/dbg_connection.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/dbg_connection.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M runtime/bin/dbg_connection_macos.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M runtime/bin/main.cc View 1 2 4 chunks +8 lines, -7 lines 0 comments Download
M tests/standalone/debugger/debug_lib.dart View 1 2 3 6 chunks +21 lines, -46 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
hausner
7 years, 7 months ago (2013-05-21 21:37:01 UTC) #1
hausner
Ping.
7 years, 7 months ago (2013-05-22 22:42:58 UTC) #2
Ivan Posva
LGTM -ip https://codereview.chromium.org/15507004/diff/12001/tests/standalone/debugger/debug_lib.dart File tests/standalone/debugger/debug_lib.dart (right): https://codereview.chromium.org/15507004/diff/12001/tests/standalone/debugger/debug_lib.dart#newcode314 tests/standalone/debugger/debug_lib.dart:314: stdin.listen((_) {}); Why is this stdin even ...
7 years, 7 months ago (2013-05-23 02:06:11 UTC) #3
Ivan Posva
Matthias, Apparently these tests were disabled. Please reenable them again while landing this CL. Thanks, ...
7 years, 7 months ago (2013-05-23 02:25:54 UTC) #4
kustermann
https://codereview.chromium.org/15507004/diff/12001/tests/standalone/debugger/debug_lib.dart File tests/standalone/debugger/debug_lib.dart (right): https://codereview.chromium.org/15507004/diff/12001/tests/standalone/debugger/debug_lib.dart#newcode314 tests/standalone/debugger/debug_lib.dart:314: stdin.listen((_) {}); On 2013/05/23 02:06:11, Ivan Posva wrote: > ...
7 years, 7 months ago (2013-05-23 07:22:32 UTC) #5
hausner
https://codereview.chromium.org/15507004/diff/12001/tests/standalone/debugger/debug_lib.dart File tests/standalone/debugger/debug_lib.dart (right): https://codereview.chromium.org/15507004/diff/12001/tests/standalone/debugger/debug_lib.dart#newcode314 tests/standalone/debugger/debug_lib.dart:314: stdin.listen((_) {}); Removed this line. On 2013/05/23 07:22:32, kustermann ...
7 years, 7 months ago (2013-05-23 17:41:40 UTC) #6
hausner
7 years, 7 months ago (2013-05-23 17:41:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r23086 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698