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

Unified Diff: gdb/gdbserver/linux-m32r-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-low.c ('k') | gdb/gdbserver/linux-m68k-low.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbserver/linux-m32r-low.c
diff --git a/gdb/gdbserver/linux-m32r-low.c b/gdb/gdbserver/linux-m32r-low.c
index 6df1a0a3350ed960604710288a512cfeab9ca92c..29bb3f7cf01705a3c45049291e7cf46a59861ba1 100644
--- a/gdb/gdbserver/linux-m32r-low.c
+++ b/gdb/gdbserver/linux-m32r-low.c
@@ -91,8 +91,10 @@ struct linux_target_ops the_low_target = {
init_registers_m32r,
m32r_num_regs,
m32r_regmap,
+ NULL,
m32r_cannot_fetch_register,
m32r_cannot_store_register,
+ NULL, /* fetch_register */
m32r_get_pc,
m32r_set_pc,
(const unsigned char *) &m32r_breakpoint,
« no previous file with comments | « gdb/gdbserver/linux-low.c ('k') | gdb/gdbserver/linux-m68k-low.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698