* remote-udi.c (udi_files_info): If prog_name is NULL, just skip
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 6 Feb 1994 23:34:13 +0000 (23:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 6 Feb 1994 23:34:13 +0000 (23:34 +0000)
commit4a00e1de7b94259295433df221cfd9dc9259a46f
tree2c7709936a1a86b16943e182555543299cb9afa5
parent01cd70b98538cd45dbfa04f85afdb0ae25a40992
* 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.
gdb/ChangeLog
gdb/remote-udi.c
This page took 0.023716 seconds and 4 git commands to generate.