diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 23:34:13 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 23:34:13 +0000 |
commit | 4a00e1de7b94259295433df221cfd9dc9259a46f (patch) | |
tree | 2c7709936a1a86b16943e182555543299cb9afa5 /gdb/ChangeLog | |
parent | 01cd70b98538cd45dbfa04f85afdb0ae25a40992 (diff) | |
download | gdb-4a00e1de7b94259295433df221cfd9dc9259a46f.zip gdb-4a00e1de7b94259295433df221cfd9dc9259a46f.tar.gz gdb-4a00e1de7b94259295433df221cfd9dc9259a46f.tar.bz2 |
* remote-udi.c (udi_files_info): If prog_name is NULL, just skip
printing the program, rather than passing NULL to printf.
(udi_detach): Set udi_session_id to -1 so that udi_close doesn't
try to call UDIDisconnect again. Print better message.
(udi_kill): Just call UDIDisconnect ourselves, rather than doing
it via udi_close.
(udi_open): Unpush UDI target after target_preopen, now that
udi_kill doesn't pop the target.
(udi_create_inferior): If udi_session_id is negative, open a new
TIP rather than giving an error.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e0285d..b103089 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-udi.c (udi_files_info): If prog_name is NULL, just skip + printing the program, rather than passing NULL to printf. + (udi_detach): Set udi_session_id to -1 so that udi_close doesn't + try to call UDIDisconnect again. Print better message. + (udi_kill): Just call UDIDisconnect ourselves, rather than doing + it via udi_close. + (udi_open): Unpush UDI target after target_preopen, now that + udi_kill doesn't pop the target. + (udi_create_inferior): If udi_session_id is negative, open a new + TIP rather than giving an error. + * config/mips/mipsm3.mh, config/i386/i386m3.mh, config/ns32k/ns32km3.mh: Define NAT_FILE. * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H |