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

Unified Diff: snapshot/win/exception_snapshot_win.h

Issue 1336823002: win x86: Grab bag of restructuring to get tests working on x86-on-x86 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes2 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
Index: snapshot/win/exception_snapshot_win.h
diff --git a/snapshot/win/exception_snapshot_win.h b/snapshot/win/exception_snapshot_win.h
index 588c4ac9f642452d54534bf6c1916a7022b5de8c..277cd4a5117eb23ddea04d1f6926245cb34441fa 100644
--- a/snapshot/win/exception_snapshot_win.h
+++ b/snapshot/win/exception_snapshot_win.h
@@ -61,6 +61,12 @@ class ExceptionSnapshotWin final : public ExceptionSnapshot {
const std::vector<uint64_t>& Codes() const override;
private:
+ template <class ExceptionRecordType, class ContextType>
+ bool InitializeFromExceptionPointers(
+ const ProcessReaderWin& process_reader,
+ const EXCEPTION_POINTERS& exception_pointers,
+ ContextType* context_record);
+
#if defined(ARCH_CPU_X86_FAMILY)
union {
CPUContextX86 x86;

Powered by Google App Engine
This is Rietveld 408576698