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

Issue 17910006: Add MD5 support when syncing debug files and option to just start gdbserver (Closed)

Created:
7 years, 5 months ago by djsollen
Modified:
7 years, 5 months ago
Reviewers:
jvanverth1, borenet
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Add MD5 support when syncing debug files and option to just start gdbserver https://skia.googlecode.com/svn/trunk@9791

Patch Set 1 #

Total comments: 10

Patch Set 2 : updating adb_pull f(x) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -94 lines) Patch
M platform_tools/android/bin/android_gdb_exe View 2 chunks +12 lines, -50 lines 0 comments Download
A + platform_tools/android/bin/android_gdbserver View 1 3 chunks +6 lines, -29 lines 0 comments Download
M platform_tools/android/bin/android_setup.sh View 1 2 chunks +34 lines, -14 lines 0 comments Download
M platform_tools/android/bin/utils/setup_adb.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
djsollen
7 years, 5 months ago (2013-06-26 20:48:46 UTC) #1
borenet
https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/android_gdb_exe File platform_tools/android/bin/android_gdb_exe (right): https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/android_gdb_exe#newcode22 platform_tools/android/bin/android_gdb_exe:22: PORT=5039 Can we have these set by gdb_server and ...
7 years, 5 months ago (2013-06-27 12:46:42 UTC) #2
djsollen
https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/android_gdb_exe File platform_tools/android/bin/android_gdb_exe (right): https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/android_gdb_exe#newcode22 platform_tools/android/bin/android_gdb_exe:22: PORT=5039 On 2013/06/27 12:46:42, borenet wrote: > Can we ...
7 years, 5 months ago (2013-06-27 13:34:24 UTC) #3
borenet
LGTM with optional suggestion. https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/android_gdb_exe File platform_tools/android/bin/android_gdb_exe (right): https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/android_gdb_exe#newcode22 platform_tools/android/bin/android_gdb_exe:22: PORT=5039 On 2013/06/27 13:34:24, djsollen ...
7 years, 5 months ago (2013-06-27 13:40:14 UTC) #4
jvanverth1
7 years, 5 months ago (2013-06-27 15:09:04 UTC) #5
Message was sent while issue was closed.
I'll defer to Eric's expertise on this one. Just a couple of comments:

https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/an...
File platform_tools/android/bin/android_gdb_exe (right):

https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/an...
platform_tools/android/bin/android_gdb_exe:3: # android_gdb: Pushes gdbserver.
Connects and enters debugging environment.
rename to android_gdb_exe?

https://codereview.chromium.org/17910006/diff/1/platform_tools/android/bin/an...
platform_tools/android/bin/android_gdb_exe:22: PORT=5039
I was thinking a common file would be useful as well.

On 2013/06/27 13:40:14, borenet wrote:
> On 2013/06/27 13:34:24, djsollen wrote:
> > On 2013/06/27 12:46:42, borenet wrote:
> > > Can we have these set by gdb_server and just read them here?  Seems
fragile
> to
> > > define them twice.
> > 
> > Yes it is fragile, but we aren't sourcing the gdbserver app which brings in
> > another set of problems. This seemed the lesser of two evils.
> 
> I guess a solution might be to put these in some common file that gets sourced
> by both scripts.  Optional.

Powered by Google App Engine
This is Rietveld 408576698