README.chromium 553 B

12345678910111213141516171819202122
  1. Name: google-glog's symbolization library
  2. URL: https://github.com/google/glog
  3. License: BSD
  4. The following files were copied from:
  5. https://github.com/google/glog/tree/130a3e10de248344cdaeda54aed4c8a5ad7cedac
  6. - demangle.cc
  7. - demangle.h
  8. - symbolize.cc
  9. - symbolize.h
  10. The following files are minimal stubs created for use in Chromium:
  11. - config.h
  12. - glog/logging.h
  13. - glog/raw_logging.h
  14. - utilities.h
  15. Modifications:
  16. - Expose utility functions useful for parsing and pretty-printing ELF/DWARF
  17. information. (patches/0001-expose-object-file-helpers.patch)