Home
last modified time | relevance | path

Searched refs:SourceLineResolverInterface (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame_symbolizer.h51 class SourceLineResolverInterface; variable
74 SourceLineResolverInterface* resolver);
100 SourceLineResolverInterface* resolver() { return resolver_; } in resolver()
105 SourceLineResolverInterface* resolver_;
H A Dsource_line_resolver_interface.h51 class SourceLineResolverInterface {
55 virtual ~SourceLineResolverInterface() {} in ~SourceLineResolverInterface()
118 SourceLineResolverInterface() {} in SourceLineResolverInterface() function
H A Dminidump_processor.h44 class SourceLineResolverInterface; variable
53 SourceLineResolverInterface* resolver);
59 SourceLineResolverInterface* resolver,
H A Dsource_line_resolver_base.h60 class SourceLineResolverBase : public SourceLineResolverInterface {
H A Dbasic_source_line_resolver.h87 using MemAddr = SourceLineResolverInterface::MemAddr;
/aosp_15_r20/external/google-breakpad/docs/
H A Dstack_walking.md16 and a [SourceLineResolverInterface](../src/google_breakpad/processor/source_line_resolver_interface…
18 that match modules from the minidump. The SourceLineResolverInterface is
46 well as the SymbolSupplier and SourceLineResolverInterface. This method selects
78 If a symbol file is located, the SourceLineResolverInterface is then asked to
88 If a symbol file has been successfully loaded, the SourceLineResolverInterface's
114 Typically the first step is to query the SourceLineResolverInterface for the
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstackwalk_common.h39 class SourceLineResolverInterface; variable
45 SourceLineResolverInterface* resolver);
H A Dstack_frame_symbolizer.cc56 SourceLineResolverInterface* resolver) : supplier_(supplier), in StackFrameSymbolizer()
H A Dstackwalk_common.cc125 SourceLineResolverInterface* resolver) { in PrintStackContents()
320 SourceLineResolverInterface* resolver) { in PrintStack()
1124 SourceLineResolverInterface* resolver) { in PrintProcessState()
H A Dminidump_processor.cc62 SourceLineResolverInterface* resolver) in MinidumpProcessor()
71 SourceLineResolverInterface* resolver, in MinidumpProcessor()