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

Unified Diff: gdb/gdbserver/linux-cris-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-bfin-low.c ('k') | gdb/gdbserver/linux-crisv32-low.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdbserver/linux-cris-low.c
diff --git a/gdb/gdbserver/linux-cris-low.c b/gdb/gdbserver/linux-cris-low.c
index 60188b2ae54f94c825991fe3cf4ab371ba3e602e..0c92e629d6757f1e5bad6c4980e6f17c3a11e218 100644
--- a/gdb/gdbserver/linux-cris-low.c
+++ b/gdb/gdbserver/linux-cris-low.c
@@ -112,8 +112,10 @@ struct linux_target_ops the_low_target = {
init_registers_cris,
cris_num_regs,
cris_regmap,
+ NULL,
cris_cannot_fetch_register,
cris_cannot_store_register,
+ NULL, /* fetch_register */
cris_get_pc,
cris_set_pc,
(const unsigned char *) &cris_breakpoint,
« no previous file with comments | « gdb/gdbserver/linux-bfin-low.c ('k') | gdb/gdbserver/linux-crisv32-low.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698