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 ad75775 commit 11d2de4Copy full SHA for 11d2de4
lldb/include/lldb/Target/StackFrame.h
@@ -539,7 +539,7 @@ class StackFrame : public ExecutionContextScope,
539
Flags m_flags;
540
Scalar m_frame_base;
541
Status m_frame_base_error;
542
- uint16_t m_frame_recognizer_generation;
+ uint16_t m_frame_recognizer_generation = 0;
543
/// Does this frame have a CFA? Different from CFA == LLDB_INVALID_ADDRESS.
544
bool m_cfa_is_valid;
545
Kind m_stack_frame_kind;
0 commit comments