tree: 7797bb24c2fa09b2c5a7cdad0effedaa5aa9cabf [path history] [tgz]
  1. analytics.h
  2. BUILD.gn
  3. command_line_options.cc
  4. command_line_options.h
  5. command_line_options_test.cc
  6. error.h
  7. main.cc
  8. OWNERS
  9. reader.cc
  10. reader.h
  11. reader_test.cc
  12. README.md
  13. symbol_index.cc
  14. symbol_index.h
  15. symbol_index_test.cc
tools/symbol-index/README.md

symbol-index: Manipulate symbol-index file

symbol-index is a host tool that manipulates the symbol-index file, which is typically located at ~/.fuchsia/debug/symbol-index. This file stores the locations of debug symbols from multiple source code checkouts on the local machine, thus debugging tools can read symbols across different checkouts.

File format

A symbol-index could contain multiple lines. Each line could contain one or two paths, separated by “\t”. The first path points to the debug symbols, either in ids.txt format or .build-id directory format. The optional second path points to the build directory, which is used by debugging tools to lookup source code.

For example, a Fuchsia checkout located at /home/me/fuchsia could have the following content in the file.

/home/me/fuchsia/out/default/.build-id    /home/me/fuchsia/out/default
/home/me/fuchsia/prebuilt/.build-id
/home/me/fuchsia/prebuilt/third_party/clang/mac-x64/lib/debug/.build-id