Home
last modified time | relevance | path

Searched refs:RemoveRecognizerWithID (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h118 bool RemoveRecognizerWithID(uint32_t recognizer_id);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp89 bool StackFrameRecognizerManager::RemoveRecognizerWithID( in RemoveRecognizerWithID() function in StackFrameRecognizerManager
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp1023 .RemoveRecognizerWithID(recognizer_id)) { in DoExecute()