Scott Graham | 6696211 | 2018-06-08 12:42:08 -0700 | [diff] [blame^] | 1 | Name: google-glog's symbolization library |
| 2 | URL: https://github.com/google/glog |
| 3 | License: BSD |
| 4 | |
| 5 | The following files are copied AS-IS from: |
| 6 | http://code.google.com/p/google-glog/source/browse/#svn/trunk/src (r141) |
| 7 | https://github.com/google/glog/tree/a5ffa884137f7687d0393ccba22557d583654a25 |
| 8 | |
| 9 | - demangle.cc |
| 10 | - demangle.h |
| 11 | - symbolize.cc |
| 12 | - symbolize.h |
| 13 | |
| 14 | Cherry picked upstream changes: |
| 15 | https://github.com/google/glog/pull/115 |
| 16 | https://github.com/google/glog/pull/261 |
| 17 | to fix symbolization issues when using lld. |
| 18 | |
| 19 | The following files are minimal stubs created for use in Chromium: |
| 20 | |
| 21 | - config.h |
| 22 | - glog/logging.h |
| 23 | - glog/raw_logging.h |
| 24 | - utilities.h |