Descriptiongdb-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 #Messages
Total messages: 12 (5 generated)
|