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

Unified Diff: snapshot/test/test_process_snapshot.h

Issue 1364803004: win: Save contents of TEBs allowing !teb and !gle to work in windbg (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@dump-without-crashing
Patch Set: . Created 5 years, 3 months 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 | « minidump/minidump_thread_writer_test.cc ('k') | snapshot/test/test_thread_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/test/test_process_snapshot.h
diff --git a/snapshot/test/test_process_snapshot.h b/snapshot/test/test_process_snapshot.h
index 361559f59cfa3747fadb932954893fd4f0a19b54..a30d82a3eeb4d2063ee215ed108d8d5078dd884b 100644
--- a/snapshot/test/test_process_snapshot.h
+++ b/snapshot/test/test_process_snapshot.h
@@ -98,8 +98,9 @@ class TestProcessSnapshot final : public ProcessSnapshot {
//! \brief Add a memory snapshot to be returned by ExtraMemory().
//!
- //! \param[in] peb The memory snapshot that will be included in ExtraMemory().
- //! The TestProcessSnapshot object takes ownership of \a extra_memory.
+ //! \param[in] extra_memory The memory snapshot that will be included in
+ //! ExtraMemory(). The TestProcessSnapshot object takes ownership of \a
+ //! extra_memory.
void AddExtraMemory(scoped_ptr<MemorySnapshot> extra_memory) {
extra_memory_.push_back(extra_memory.release());
}
« no previous file with comments | « minidump/minidump_thread_writer_test.cc ('k') | snapshot/test/test_thread_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698