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

Unified Diff: gdb/gdbserver/linux-sh-low.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 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 | « gdb/gdbserver/linux-s390-low.c ('k') | gdb/gdbserver/linux-sparc-low.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbserver/linux-sh-low.c
diff --git a/gdb/gdbserver/linux-sh-low.c b/gdb/gdbserver/linux-sh-low.c
index 4f2ba395a4609b8e6f7c056fbf0e2008a156dd44..fbd67c657ee2a1413e225df8feaa19fa8d5c87c8 100644
--- a/gdb/gdbserver/linux-sh-low.c
+++ b/gdb/gdbserver/linux-sh-low.c
@@ -112,8 +112,10 @@ struct linux_target_ops the_low_target = {
init_registers_sh,
sh_num_regs,
sh_regmap,
+ NULL,
sh_cannot_fetch_register,
sh_cannot_store_register,
+ NULL, /* fetch_register */
sh_get_pc,
sh_set_pc,
(const unsigned char *) &sh_breakpoint,
« no previous file with comments | « gdb/gdbserver/linux-s390-low.c ('k') | gdb/gdbserver/linux-sparc-low.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698