From 1afc203311b1cd4dfc50a6aede9cab6163d08717 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 19 Jan 2012 16:36:38 +0000 Subject: gdb/ * target.h (target_close): Update comment on the target's unpush state. --- gdb/target.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdb/target.h') diff --git a/gdb/target.h b/gdb/target.h index 7d0bed1..425c877 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -820,10 +820,10 @@ extern struct target_ops current_target; longer going to be calling. QUITTING indicates that GDB is exiting and should not get hung on an error (otherwise it is important to perform clean termination, even if it takes a while). This routine - is automatically always called when popping the target off the - target stack (to_beneath is undefined). Closing file descriptors - and freeing all memory allocated memory are typical things it - should do. */ + is automatically always called after popping the target off the + target stack - the target's own methods are no longer available + through the target vector. Closing file descriptors and freeing all + memory allocated memory are typical things it should do. */ void target_close (struct target_ops *targ, int quitting); -- cgit v1.1