We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0c180 commit 51e825dCopy full SHA for 51e825d
lldb/source/Target/StackFrameRecognizer.cpp
@@ -152,7 +152,7 @@ StackFrameRecognizerManager::GetRecognizerForFrame(StackFrameSP frame) {
152
Address start_addr = symbol->GetAddress();
153
Address current_addr = frame->GetFrameCodeAddress();
154
155
- for (auto entry : m_recognizers) {
+ for (const auto &entry : m_recognizers) {
156
if (!entry.enabled)
157
continue;
158
0 commit comments