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

Unified Diff: syzygy/agent/common/stack_capture.cc

Issue 2194383007: Port some more code to x64 (Closed) Base URL: git@github.com:google/syzygy.git@master
Patch Set: Rename the stack_walker unittest and fix the x86-64 implementation of stack_walker Created 4 years, 4 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 | « syzygy/agent/common/stack_capture.h ('k') | syzygy/agent/common/stack_walker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/common/stack_capture.cc
diff --git a/syzygy/agent/common/stack_capture.cc b/syzygy/agent/common/stack_capture.cc
index b3562aafd8fcea0cc1b0275a091145f7d0134c26..be71b398c2d17eb23028cc1667a2ea1c97d1f53c 100644
--- a/syzygy/agent/common/stack_capture.cc
+++ b/syzygy/agent/common/stack_capture.cc
@@ -17,7 +17,7 @@
#include <algorithm>
#include "base/logging.h"
-#include "syzygy/agent/common/stack_walker_x86.h"
+#include "syzygy/agent/common/stack_walker.h"
#include "syzygy/core/address_space.h"
// http://blogs.msdn.com/oldnewthing/archive/2004/10/25/247180.aspx
« no previous file with comments | « syzygy/agent/common/stack_capture.h ('k') | syzygy/agent/common/stack_walker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698