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 0083d17 commit befd014Copy full SHA for befd014
lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
@@ -51,7 +51,7 @@ InstrumentationRuntimeStopInfo::GetSuggestedStackFrameIndex(
51
52
// Defensive upper-bound of when we stop walking up the frames in
53
// case we somehow ended up looking at an infinite recursion.
54
- const size_t max_stack_depth = 128;
+ constexpr const size_t k_max_stack_depth = 128;
55
56
// Start at parent frame.
57
size_t stack_idx = 1;
0 commit comments