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

Unified Diff: src/trusted/gdb_rsp/target.h

Issue 6525058: Reverting: Several changes to fix debug_stub:... (issue6489005)... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 10 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 | « src/trusted/debug_stub/win/thread_impl.cc ('k') | src/trusted/gdb_rsp/target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gdb_rsp/target.h
===================================================================
--- src/trusted/gdb_rsp/target.h (revision 4321)
+++ src/trusted/gdb_rsp/target.h (working copy)
@@ -68,8 +68,6 @@
// build the Target internal structures.
bool Init();
- void SetMemoryBase(uint64_t mem_base) { mem_base_ = mem_base; }
-
// Add and remove temporary breakpoints. These breakpoints
// must be added just before we start running, and removed
// just before we stop running to prevent the debugger from
@@ -152,7 +150,6 @@
uint32_t run_thread_; // Which thread to issue step commands on
uint32_t reg_thread_; // Which thread to issue context (reg) commands on
- uint64_t mem_base_;
};
« no previous file with comments | « src/trusted/debug_stub/win/thread_impl.cc ('k') | src/trusted/gdb_rsp/target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698