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

Unified Diff: snapshot/test/test_thread_snapshot.cc

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 | « snapshot/test/test_thread_snapshot.h ('k') | snapshot/thread_snapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/test/test_thread_snapshot.cc
diff --git a/snapshot/test/test_thread_snapshot.cc b/snapshot/test/test_thread_snapshot.cc
index 8ee26dff0786fe4c49967b7dc6a78f2dc4eb9a0d..621ff424aeb79294e7256eaa671492b1be2a3452 100644
--- a/snapshot/test/test_thread_snapshot.cc
+++ b/snapshot/test/test_thread_snapshot.cc
@@ -55,5 +55,12 @@ uint64_t TestThreadSnapshot::ThreadSpecificDataAddress() const {
return thread_specific_data_address_;
}
+std::vector<const MemorySnapshot*> TestThreadSnapshot::ExtraMemory() const {
+ std::vector<const MemorySnapshot*> extra_memory;
+ for (const auto& em : extra_memory_)
+ extra_memory.push_back(em);
+ return extra_memory;
+}
+
} // namespace test
} // namespace crashpad
« no previous file with comments | « snapshot/test/test_thread_snapshot.h ('k') | snapshot/thread_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698