aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-02-07 01:31:15 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-02-07 01:31:15 +0000
commit1dd29bef1b0e38573a41c985428a7f29e71f19eb (patch)
treeac7478c7f864ecb1b9c2075d729eafd249faec76 /gdb/ChangeLog
parent5bf581053ca6e1e2691fc969ef0d5858a5afe27c (diff)
downloadgdb-1dd29bef1b0e38573a41c985428a7f29e71f19eb.zip
gdb-1dd29bef1b0e38573a41c985428a7f29e71f19eb.tar.gz
gdb-1dd29bef1b0e38573a41c985428a7f29e71f19eb.tar.bz2
* target.c (target_preopen): If target_kill doesn't remove the
target from the stack, use pop_target to do it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 29c80a0..6c72cee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * target.c (target_preopen): If target_kill doesn't remove the
+ target from the stack, use pop_target to do it.
+
* coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar
changes to stabsread.c from summer 1993.
@@ -10,8 +13,6 @@ Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
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.