|
proxygen
|
#include <iostream>#include <stdexcept>#include <folly/experimental/exception_tracer/ExceptionTracer.h>Go to the source code of this file.
Functions | |
| void | bar () |
| void | dumpExceptions (const char *prefix) |
| void | foo () |
| void | baz () |
| void | testExceptionPtr1 () |
| void | testExceptionPtr2 () |
| int | main (int, char *[]) |
| void bar | ( | ) |
Definition at line 22 of file ExceptionTracerTest.cpp.
Referenced by baz(), folly::symbolizer::test::comparator(), foo(), folly::symbolizer::test::ElfCacheTest::SetUp(), folly::symbolizer::test::TEST(), and testExceptionPtr1().
| void baz | ( | ) |
Definition at line 48 of file ExceptionTracerTest.cpp.
References bar(), and dumpExceptions().
Referenced by main().
| void dumpExceptions | ( | const char * | prefix | ) |
Definition at line 27 of file ExceptionTracerTest.cpp.
References folly::exception_tracer::getCurrentExceptions().
Referenced by baz(), foo(), testExceptionPtr1(), and testExceptionPtr2().
| void foo | ( | ) |
Definition at line 35 of file ExceptionTracerTest.cpp.
References bar(), and dumpExceptions().
Referenced by main().
| int main | ( | int | , |
| char * | [] | ||
| ) |
Definition at line 92 of file ExceptionTracerTest.cpp.
References baz(), foo(), testExceptionPtr1(), and testExceptionPtr2().
| void testExceptionPtr1 | ( | ) |
Definition at line 62 of file ExceptionTracerTest.cpp.
References bar(), and dumpExceptions().
Referenced by main().
| void testExceptionPtr2 | ( | ) |
Definition at line 77 of file ExceptionTracerTest.cpp.
References dumpExceptions().
Referenced by main().