summaryrefslogtreecommitdiffstats
path: root/src/common/BackTrace.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/BackTrace: refactor into Clib and Py implementationsSage Weil2021-06-231-3/+19
* common/BackTrace: print path without symbolKefu Chai2020-09-301-1/+1
* common/BackTrace: do not use len for length of demangled symbolKefu Chai2020-09-201-3/+3
* common/BackTrace: let abi::__cxa_demangle() do the mallocKefu Chai2020-09-171-11/+5
* common/BackTrace: extract demangle() outKefu Chai2020-09-171-99/+43
* common: remove unused _STR and STRINGIFY macroYao Zongyou2019-08-121-3/+0
* common/BackTrace: add dump()Sage Weil2018-06-161-0/+66
* common: Remove redundant includesJos Collin2017-05-261-3/+0
* common: Remove redundant includesBrad Hubbard2017-05-091-1/+0
* common/BackTrace: demangle on FreeBSD alsoKefu Chai2017-01-221-3/+11
* common/BackTrace: add operator<<Kefu Chai2017-01-151-1/+1
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-1/+1
* Fix memory leak in Backtrace::print()Li Wang2013-10-301-2/+4
* common/BackTrace: fix memory leakSage Weil2013-10-211-0/+1
* check malloc return valuesYehuda Sadeh2012-05-211-0/+4
* backtrace: user the proper version headerSage Weil2011-03-181-2/+2
* use 'git describe' versionSage Weil2011-03-181-1/+1
* prefix git sha1 with commit:Sage Weil2010-10-131-1/+1
* ceph: make version in backtrace look niceSage Weil2010-09-241-2/+4
* backtrace: include ceph versionGreg Farnum2010-09-231-0/+5
* backtrace: fix segfault in tcmalloc.Greg Farnum2010-08-201-1/+0
* assert: use ceph namespaceSage Weil2010-04-081-0/+3
* backtrace: fix #includes for ppcSage Weil2009-12-231-2/+4
* backtrace: demangle c++ namesSage Weil2009-12-221-0/+51