diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-29 19:02:08 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-29 19:02:08 +0000 |
commit | d4c22c52330c6dd6ba3a1f723a19786a16102c83 (patch) | |
tree | 9a1b8c9e68c6aec7c134da7ce22da1aa60341231 /gdb/ChangeLog | |
parent | 4432b9f9ff3f14ddef531b46396206484098678c (diff) | |
download | gdb-d4c22c52330c6dd6ba3a1f723a19786a16102c83.zip gdb-d4c22c52330c6dd6ba3a1f723a19786a16102c83.tar.gz gdb-d4c22c52330c6dd6ba3a1f723a19786a16102c83.tar.bz2 |
* ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 23bcf59..01e10e9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid. + * remote-monitor.c (_initialize_monitor): Comment out use of connect_command, since connect_command itself is commented out. |