Index: snapshot/thread_snapshot.h |
diff --git a/snapshot/thread_snapshot.h b/snapshot/thread_snapshot.h |
index 7ae883148f75f5db6bfd7c29aef1bcddf06dc38f..ba1c55cb6c0285fb08b621d65c6f951767501da6 100644 |
--- a/snapshot/thread_snapshot.h |
+++ b/snapshot/thread_snapshot.h |
@@ -36,7 +36,8 @@ class ThreadSnapshot { |
virtual const CPUContext* Context() const = 0; |
//! \brief Returns a MemorySnapshot object corresponding to the memory region |
- //! that contains the thread’s stack. |
+ //! that contains the thread’s stack, or `nullptr` if no stack region is |
+ //! available. |
//! |
//! The caller does not take ownership of this object, it is scoped to the |
//! lifetime of the ThreadSnapshot object that it was obtained from. |