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

Issue 1471523002: gdb-add-index: accept a list of files to index (Closed)

Created:
5 years, 1 month ago by watk
Modified:
5 years, 1 month ago
Reviewers:
agrieve
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gdb-add-index: accept a list of files to index Previously gdb-add-index took a single binary argument to index. It uses ldd to get its dependencies and index those too. Now it accepts more than one file, along with a -n option to not attempt to extract dependencies. This is useful for Android development where there's no single binary to index. Now you can do gdb-add-index -n out/Debug/lib.unstripped/* This CL also cleans up the style a bit for consistency. BUG= Committed: https://crrev.com/f94079e64790b85d3cdf7264b47c84ad7c9301f2 Cr-Commit-Position: refs/heads/master@{#361227}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -52 lines) Patch
M build/gdb-add-index View 1 2 5 chunks +74 lines, -52 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
watk
Hey agrieve, please take a look
5 years, 1 month ago (2015-11-21 03:08:07 UTC) #3
agrieve
On 2015/11/21 03:08:07, watk wrote: > Hey agrieve, please take a look lgtm. If you ...
5 years, 1 month ago (2015-11-23 20:17:45 UTC) #4
agrieve
https://codereview.chromium.org/1471523002/diff/20001/build/gdb-add-index File build/gdb-add-index (right): https://codereview.chromium.org/1471523002/diff/20001/build/gdb-add-index#newcode16 build/gdb-add-index:16: usage_exit() { nit: use function keyword to match rest ...
5 years, 1 month ago (2015-11-23 20:17:52 UTC) #5
watk
Thanks! https://codereview.chromium.org/1471523002/diff/20001/build/gdb-add-index File build/gdb-add-index (right): https://codereview.chromium.org/1471523002/diff/20001/build/gdb-add-index#newcode147 build/gdb-add-index:147: # Append the shared library dependencies of this ...
5 years, 1 month ago (2015-11-23 20:45:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1471523002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1471523002/40001
5 years, 1 month ago (2015-11-23 23:30:25 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-24 00:30:40 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-24 00:31:31 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f94079e64790b85d3cdf7264b47c84ad7c9301f2
Cr-Commit-Position: refs/heads/master@{#361227}

Powered by Google App Engine
This is Rietveld 408576698