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

Side by Side Diff: tools/liststatics.sh

Issue 3601010: [Isolates] Allow running multiple isolates in shell and use this in tests. (Closed)
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 objdump --demangle -t obj/debug/$1 | \ 2 objdump --demangle -t obj/debug/$1 | \
3 grep '\.bss\|\.data\|\.rodata' | \ 3 grep '\.bss\|\.data' | \
4 grep -x -v -f tools/statics.whitelist 4 grep -x -v -f tools/statics.whitelist
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698