Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: snapshot/thread_snapshot.h

Issue 693933002: Add MinidumpThreadListWriter::InitializeFromSnapshot() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@minidump_init_from_snapshot_context_new
Patch Set: Address review feedback Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « snapshot/test/test_thread_snapshot.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « snapshot/test/test_thread_snapshot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698