aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-11/+11
* Avoid calling demangler for non-C++ symbols on LinuxMikhail Borisov2020-05-261-6/+16
* mac: Don’t try to demangle non-C++ symbols with the C++ demanglerYngve N. Pettersen2020-05-051-0/+12
* Use string instead of std::stringJoshua Peraza2017-03-221-1/+1
* Allow compiling the google-breakpad code using a global ::string class instea...Ivan Penkov2016-11-081-2/+2
* Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek2016-10-251-0/+39
* Fix dump_syms for C++ after 7398ce15b79dMark Mentovai2016-09-261-2/+2
* Initial support for dumping DWARF corresponding to Swift codeMark Mentovai2016-09-231-8/+83
* Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessarymark@chromium.org2011-10-221-1/+1
* Add missing constructor to CPPLanguage class to make it compile with CLang.ted.mielczarek2011-01-251-0/+1
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-0/+82