From 45dc9be38877cbb8218182b5c5ebd6e82e5ccd47 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Thu, 6 Jan 1994 16:34:51 +0000 Subject: * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. * Move target_signal_from_host, target_signal_to_host, and store_waitstatus from inftarg.c to target.c. procfs needs them. * target.c: Include "wait.h" and . * target.h, infrun.c (proceed), proceed callers: Pass new code TARGET_SIGNAL_DEFAULT instead of -1. This avoids problems with enums being treated as unsigned and is cleaner. * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or TARGET_SIGNAL_0. * infcmd.c (signal_command), infrun.c (signals_info): Don't allow user to specify numeric equivalent of TARGET_SIGNAL_DEFAULT. --- gdb/remote-mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-mips.c') diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index e230096..e55d0a2 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1339,7 +1339,7 @@ mips_create_inferior (execfile, args, env) /* FIXME: Should we set inferior_pid here? */ - proceed (entry_pt, -1, 0); + proceed (entry_pt, TARGET_SIGNAL_DEFAULT, 0); } /* Clean up after a process. Actually nothing to do. */ -- cgit v1.1