diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-09-01 12:49:32 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-09-01 12:49:32 +0000 |
commit | cda8ab404866295418b3a8d549cf78f566e0b625 (patch) | |
tree | 5380bb4fa050920b4aced38fae6927ea4bee8031 /gdb/tui/ChangeLog | |
parent | cb50eddded7154b37be9fe4b39df549c48c2d583 (diff) | |
download | gdb-cda8ab404866295418b3a8d549cf78f566e0b625.zip gdb-cda8ab404866295418b3a8d549cf78f566e0b625.tar.gz gdb-cda8ab404866295418b3a8d549cf78f566e0b625.tar.bz2 |
* tui-hooks.c (tui_detach_hook): New hook to know when a process dies.
(tui_install_hooks): Install it.
(tui_remove_hooks): Remove it.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index a29d002..4a190ed 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,5 +1,11 @@ 2002-09-01 Stephane Carrez <stcarrez@nerim.fr> + * tui-hooks.c (tui_detach_hook): New hook to know when a process dies. + (tui_install_hooks): Install it. + (tui_remove_hooks): Remove it. + +2002-09-01 Stephane Carrez <stcarrez@nerim.fr> + * tuiData.h (FILE_PREFIX): Don't define. (blankStr, locationStr, breakStr): Don't declare. (breakLocationStr, nullStr, historyLimit, setHistoryLimitTo): Likewise. |