Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h135 bool RemoveRecognizerWithID(uint32_t recognizer_id);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp123 bool StackFrameRecognizerManager::RemoveRecognizerWithID( in RemoveRecognizerWithID() function in StackFrameRecognizerManager
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp1086 if (!recognizer_mgr.RemoveRecognizerWithID(recognizer_id)) { in DoExecuteWithId()