reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/lldb-forward.h
  199 class StackFrameRecognizerManager;

References

tools/lldb/source/Commands/CommandObjectFrame.cpp
  891     StackFrameRecognizerManager::AddRecognizer(recognizer_sp, module, func);
  895     StackFrameRecognizerManager::AddRecognizer(recognizer_sp, module, func);
  913     StackFrameRecognizerManager::RemoveAllRecognizers();
  938       StackFrameRecognizerManager::RemoveAllRecognizers();
  953     StackFrameRecognizerManager::RemoveRecognizerWithID(recognizer_id);
  971     StackFrameRecognizerManager::ForEach(
 1047         StackFrameRecognizerManager::GetRecognizerForFrame(frame_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 2726     StackFrameRecognizerManager::AddRecognizer(
tools/lldb/source/Target/StackFrame.cpp
 1971         StackFrameRecognizerManager::RecognizeFrame(CalculateStackFrame());