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= Review URL: https://codereview.chromium.org/1471523002 Cr-Commit-Position: refs/heads/master@{#361227}
Showing
Please register or sign in to comment