9 #ifndef LLDB_TARGET_UNWIND_H
10 #define LLDB_TARGET_UNWIND_H
40 bool behaves_like_zeroth_frame = (end_idx == 0);
42 for (idx = 0; idx < end_idx; idx++) {
71 bool &behaves_like_zeroth_frame) = 0;
73 virtual lldb::RegisterContextSP
86 #endif // LLDB_TARGET_UNWIND_H