aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-02 16:44:11 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-02 16:44:11 +0000
commit38867a454f4de83edb6e69b1f12d3bd1aaa20777 (patch)
treeb85213bdc0bef327284b1de465e31dbd338d18c8
parent0bea8fb147a241f4a6ea1b4c90282124fe777e5d (diff)
downloadgdb-38867a454f4de83edb6e69b1f12d3bd1aaa20777.zip
gdb-38867a454f4de83edb6e69b1f12d3bd1aaa20777.tar.gz
gdb-38867a454f4de83edb6e69b1f12d3bd1aaa20777.tar.bz2
Fix sanitization
-rw-r--r--gdb/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9aad241..d190669 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -38,7 +38,9 @@ Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
* remote-nindy.c (nindy_resume): Pass in pid as argument.
* remote-sa.sparc.c (remote_resume): Pass in pid as argument.
* remote-sim.c (rem_resume): Pass in pid as argument.
+ start-sanitize-v9
* remote-sp64sim.c (simif_resume): Pass in pid as argument.
+ end-sanitize-v9
* remote-st.c (st2000_resume): Pass in pid as argument.
* remote-udi.c (udi_resume): Pass in pid as argument.
* remote-vx.c (vx_resume): Pass in pid as argument.
@@ -51,7 +53,7 @@ Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
* target.h (struct target_ops): Add pid to prototype at
to_resume(). (target_resume): Add pid argument.
* (target_pid_to_str): Default definition for normal type pids.
- * thread.c, thread.c: New modules for multi thread/process control.
+ * thread.h, thread.c: New modules for multi thread/process control.
Sun Aug 1 13:02:42 1993 John Gilmore (gnu@cygnus.com)