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

Unified Diff: syzygy/agent/common/common.gyp

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/agent.cc ('k') | syzygy/agent/common/hot_patcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/agent/common/common.gyp
diff --git a/syzygy/agent/common/common.gyp b/syzygy/agent/common/common.gyp
index 54a20139bf2a34d724e0af29d7221d5b61fc4e57..960893006d8e4e06cf115b6e25f3c86ff627ab27 100644
--- a/syzygy/agent/common/common.gyp
+++ b/syzygy/agent/common/common.gyp
@@ -35,8 +35,8 @@
'scoped_last_error_keeper.h',
'stack_capture.cc',
'stack_capture.h',
- 'stack_walker_x86.cc',
- 'stack_walker_x86.h',
+ 'stack_walker.cc',
+ 'stack_walker.h',
'thread_state.cc',
'thread_state.h',
],
@@ -57,7 +57,7 @@
'hot_patcher_unittest.cc',
'process_utils_unittest.cc',
'stack_capture_unittest.cc',
- 'stack_walker_x86_unittest.cc',
+ 'stack_walker_unittest.cc',
'thread_state_unittest.cc',
'<(src)/syzygy/testing/run_all_unittests.cc',
],
« no previous file with comments | « syzygy/agent/common/agent.cc ('k') | syzygy/agent/common/hot_patcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698