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

Issue 1107633002: Improve multi-process debugging. (Closed)

Created:
5 years, 8 months ago by jam
Modified:
5 years, 8 months ago
Reviewers:
sky
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Improve multi-process debugging. 1) --wait-for-debugger alone makes all child processes wait for a debugger 2) --wait-for-debugger=app1,app2... make only these apps wait for a debugger 3) the app name is added to the command line to make it easier to attach debugger after the process starts 4) MessageBox is used on Windows like chrome BUG=478251 Committed: https://crrev.com/b41c6df16de616cbbb6d2a436f513458c0d22c38 Cr-Commit-Position: refs/heads/master@{#326676}

Patch Set 1 #

Total comments: 6

Patch Set 2 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -9 lines) Patch
M mojo/shell/child_process.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download
M mojo/shell/child_process_host.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M mojo/shell/child_process_host.cc View 1 3 chunks +14 lines, -2 lines 0 comments Download
M mojo/shell/child_process_host_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mojo/shell/context.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M mojo/shell/out_of_process_native_runner.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/shell/switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/shell/switches.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
jam
5 years, 8 months ago (2015-04-23 21:23:39 UTC) #2
sky
LGTM https://codereview.chromium.org/1107633002/diff/1/mojo/shell/child_process.cc File mojo/shell/child_process.cc (right): https://codereview.chromium.org/1107633002/diff/1/mojo/shell/child_process.cc#newcode292 mojo/shell/child_process.cc:292: << " waiting for GDB."; Can you add ...
5 years, 8 months ago (2015-04-23 21:48:54 UTC) #3
jam
https://codereview.chromium.org/1107633002/diff/1/mojo/shell/child_process.cc File mojo/shell/child_process.cc (right): https://codereview.chromium.org/1107633002/diff/1/mojo/shell/child_process.cc#newcode292 mojo/shell/child_process.cc:292: << " waiting for GDB."; On 2015/04/23 21:48:54, sky ...
5 years, 8 months ago (2015-04-23 22:18:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1107633002/20001
5 years, 8 months ago (2015-04-23 22:19:29 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-23 22:42:44 UTC) #8
commit-bot: I haz the power
5 years, 8 months ago (2015-04-23 22:43:50 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b41c6df16de616cbbb6d2a436f513458c0d22c38
Cr-Commit-Position: refs/heads/master@{#326676}

Powered by Google App Engine
This is Rietveld 408576698