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

Unified Diff: syzygy/instrument/instrument_app.cc

Issue 2990493002: Skip gap blocks early to avoid stdout flooding in verbose mode, and (Closed)
Patch Set: Better the comment layout. Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | syzygy/instrument/transforms/afl_transform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/instrument/instrument_app.cc
diff --git a/syzygy/instrument/instrument_app.cc b/syzygy/instrument/instrument_app.cc
index 0feea5f8ab522ed06d5c1df9f5bff5227b0cc702..72bb40b83c1857ef69ee6fc5a1227cb284d3e5d2 100644
--- a/syzygy/instrument/instrument_app.cc
+++ b/syzygy/instrument/instrument_app.cc
@@ -86,11 +86,11 @@ static const char kUsageFormatStr[] =
" --overwrite Allow output files to be overwritten.\n"
" afl options:\n"
" --config=<path> Specifies a JSON file describing, either\n"
+ " a whitelist of functions to instrument or\n"
+ " a blacklist of functions to not instrument.\n"
" --cookie-check-hook Hooks __security_cookie_check.\n"
" --force-decompose Forces block decomposition.\n"
" --multithread Uses a thread-safe instrumentation.\n"
- " a whitelist of functions to instrument or\n"
- " a blacklist of functions to not instrument.\n"
" asan mode options:\n"
" --asan-rtl-options=OPTIONS\n"
" Allows specification of options that will\n"
« no previous file with comments | « no previous file | syzygy/instrument/transforms/afl_transform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698