Skip to content

Commit

Permalink
Add doc for source-map option to usage string.
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-lgtm committed Oct 1, 2024
1 parent eada8db commit 0fc4a54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ Options:
-c FILE Load configuration from <file>.
-d SOURCE,SOURCE Comma-separated list of sources to scan.
--debug-file=FILE Use this file for debug symbols and/or symbol table.
--source-map=ID=FILE
Use this source map file for the binary. The ID can be
the build ID (or Wasm sourceMappingURL) or the file path
as specified in the command line.
Currently only supported for Wasm.
-C MODE How to demangle symbols. Possible values are:
--demangle=MODE --demangle=none no demangling, print raw symbols
--demangle=short demangle, but omit arg/return types
Expand Down
5 changes: 5 additions & 0 deletions src/bloaty.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1973,6 +1973,11 @@ USAGE: bloaty [OPTION]... FILE... [-- BASE_FILE...]
-c FILE Load configuration from <file>.
-d SOURCE,SOURCE Comma-separated list of sources to scan.
--debug-file=FILE Use this file for debug symbols and/or symbol table.
--source-map=ID=FILE
Use this source map file for the binary. The ID can be
the build ID (or Wasm sourceMappingURL) or the file path
as specified in the command line.
Currently only supported for Wasm.
-C MODE How to demangle symbols. Possible values are:
--demangle=MODE --demangle=none no demangling, print raw symbols
--demangle=short demangle, but omit arg/return types
Expand Down

0 comments on commit 0fc4a54

Please sign in to comment.