diff options
Diffstat (limited to 'include/lldb/Target/StackFrameList.h')
| -rw-r--r-- | include/lldb/Target/StackFrameList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/Target/StackFrameList.h b/include/lldb/Target/StackFrameList.h index a770346b58f0..cb9fb136fb4e 100644 --- a/include/lldb/Target/StackFrameList.h +++ b/include/lldb/Target/StackFrameList.h @@ -70,6 +70,7 @@ public: size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames, bool show_frame_info, uint32_t num_frames_with_source, + bool show_unique = false, const char *frame_marker = nullptr); protected: |
