Public Member Functions | |
virtual string | CurrentStackTrace (int max_depth, int skip_count) GTEST_LOCK_EXCLUDED_(mutex_) |
OsStackTraceGetter () | |
virtual void | UponLeavingGTest () GTEST_LOCK_EXCLUDED_(mutex_) |
Static Public Attributes | |
static const char *const | kElidedFramesMarker = " internal frames ..." |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (OsStackTraceGetter) | |
Private Attributes | |
void * | caller_frame_ |
Mutex | mutex_ |
Definition at line 841 of file gtest-all.cc.
Definition at line 843 of file gtest-all.cc.
string testing::internal::OsStackTraceGetter::CurrentStackTrace | ( | int | max_depth, |
int | skip_count | ||
) | [virtual] |
Implements testing::internal::OsStackTraceGetterInterface.
Definition at line 4996 of file gtest-all.cc.
testing::internal::OsStackTraceGetter::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | OsStackTraceGetter | ) | [private] |
void testing::internal::OsStackTraceGetter::UponLeavingGTest | ( | ) | [virtual] |
Implements testing::internal::OsStackTraceGetterInterface.
Definition at line 5002 of file gtest-all.cc.
void* testing::internal::OsStackTraceGetter::caller_frame_ [private] |
Definition at line 861 of file gtest-all.cc.
const char *const testing::internal::OsStackTraceGetter::kElidedFramesMarker = " internal frames ..." [static] |
Definition at line 852 of file gtest-all.cc.
Definition at line 855 of file gtest-all.cc.