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

Unified Diff: gdb/monitor.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/mn10300-tdep.c ('k') | gdb/moxie-tdep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/monitor.c
diff --git a/gdb/monitor.c b/gdb/monitor.c
index 5bbf70ac44fdf8f043d89db3b7fcf0846dea0321..b9f345e4538056e358a86e30f8c7d331e8ee3718 100644
--- a/gdb/monitor.c
+++ b/gdb/monitor.c
@@ -934,7 +934,7 @@ monitor_supply_register (struct regcache *regcache, int regno, char *valstr)
static void
monitor_resume (struct target_ops *ops,
- ptid_t ptid, int step, enum target_signal sig)
+ ptid_t ptid, int step, enum gdb_signal sig)
{
/* Some monitors require a different command when starting a program. */
monitor_debug ("MON resume\n");
@@ -1162,7 +1162,7 @@ monitor_wait (struct target_ops *ops,
#endif
status->kind = TARGET_WAITKIND_STOPPED;
- status->value.sig = TARGET_SIGNAL_TRAP;
+ status->value.sig = GDB_SIGNAL_TRAP;
discard_cleanups (old_chain);
« no previous file with comments | « gdb/mn10300-tdep.c ('k') | gdb/moxie-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698