]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/BackTrace: add operator<< 9028/head
authorKefu Chai <kchai@redhat.com>
Tue, 10 May 2016 13:56:55 +0000 (21:56 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 15 Jan 2017 19:03:22 +0000 (03:03 +0800)
commit74025efec8ad4520b7c2f12e8f153b29dc74cd16
tree81e212b9a47ca279db44012f450bdde53f8b381d
parent5c98ac8783684320d613851f885c8558997b7942
common/BackTrace: add operator<<

replace BackTrace::print() with the operator<< where the former is used.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/BackTrace.cc
src/common/BackTrace.h
src/common/assert.cc
src/common/cmdparse.cc
src/common/lockdep.cc
src/test/common/CMakeLists.txt
src/test/common/test_back_trace.cc [new file with mode: 0644]