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

Issue 13597005: Android: improve native debuggability (Closed)

Created:
7 years, 8 months ago by Mostyn Bramley-Moore
Modified:
7 years, 8 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, sail+watch_chromium.org, peterp
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Android: improve native debuggability When starting with --wait-for-debugger command line option, it's ending up in a busy loop waiting for a variable to be changed. Change that busy loop from a macro to a function. It avoids having to step on instruction level to find the right stack frame before the variable is visible. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192944

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix nitpick (end namespace comment) #

Total comments: 4

Patch Set 3 : fix indentation and remove do...while(0) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M base/debug/debugger_posix.cc View 1 2 1 chunk +13 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mostyn Bramley-Moore
This is a resubmission of https://codereview.chromium.org/12717018/ using my new/official account (with nit fixed).
7 years, 8 months ago (2013-04-08 12:18:08 UTC) #1
bulach
lgtm, thanks (but needs darin's OWNERS approval). tiny nit: https://codereview.chromium.org/13597005/diff/1/base/debug/debugger_posix.cc File base/debug/debugger_posix.cc (right): https://codereview.chromium.org/13597005/diff/1/base/debug/debugger_posix.cc#newcode234 base/debug/debugger_posix.cc:234: ...
7 years, 8 months ago (2013-04-08 14:13:58 UTC) #2
Mostyn Bramley-Moore
https://codereview.chromium.org/13597005/diff/1/base/debug/debugger_posix.cc File base/debug/debugger_posix.cc (right): https://codereview.chromium.org/13597005/diff/1/base/debug/debugger_posix.cc#newcode234 base/debug/debugger_posix.cc:234: } On 2013/04/08 14:13:58, bulach wrote: > nit: > ...
7 years, 8 months ago (2013-04-08 14:17:35 UTC) #3
darin (slow to review)
https://codereview.chromium.org/13597005/diff/4001/base/debug/debugger_posix.cc File base/debug/debugger_posix.cc (right): https://codereview.chromium.org/13597005/diff/4001/base/debug/debugger_posix.cc#newcode221 base/debug/debugger_posix.cc:221: namespace { nit: the contents of namespaces should not ...
7 years, 8 months ago (2013-04-08 18:56:14 UTC) #4
Mostyn Bramley-Moore
https://codereview.chromium.org/13597005/diff/4001/base/debug/debugger_posix.cc File base/debug/debugger_posix.cc (right): https://codereview.chromium.org/13597005/diff/4001/base/debug/debugger_posix.cc#newcode221 base/debug/debugger_posix.cc:221: namespace { On 2013/04/08 18:56:14, darin wrote: > nit: ...
7 years, 8 months ago (2013-04-08 19:44:07 UTC) #5
darin (slow to review)
LGTM
7 years, 8 months ago (2013-04-08 19:52:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/13597005/7001
7 years, 8 months ago (2013-04-08 19:52:44 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=100609
7 years, 8 months ago (2013-04-08 22:03:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mostynb@opera.com/13597005/7001
7 years, 8 months ago (2013-04-08 22:15:38 UTC) #9
commit-bot: I haz the power
7 years, 8 months ago (2013-04-08 23:26:28 UTC) #10
Message was sent while issue was closed.
Change committed as 192944

Powered by Google App Engine
This is Rietveld 408576698