class TestFailureStackMatcher
Defined at line 17 of file ../../src/developer/debug/zxdb/console/test_failure_stack_matcher.h
When running embedded within "fx test" or similar, we want to drop the user into their own
test code, rather than deep in the test failure code that actually produced the stop. With that
in mind, this class provides a simple wrapper around a PrettyStackManager that will match against
frames corresponding to test failures in supported test frameworks.
Public Methods
size_t Match (const Stack & stack)
Analyze |stack| for test failure frames. If one is found, the index of the next frame will be
returned, this is the frame that contains the user's code. Otherwise, `0u` is returned.
Defined at line 30 of file ../../src/developer/debug/zxdb/console/test_failure_stack_matcher.cc
Friends
class MakeRefCountedHelper
class RefCountedThreadSafe