• watk's avatar
    gdb-add-index: accept a list of files to index · f94079e6
    watk authored
    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}
    f94079e6
gdb-add-index 5.05 KB