DescriptionAndroid: 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) #Messages
Total messages: 10 (0 generated)
|