diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-10-26 09:29:31 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-10-26 09:29:31 +0000 |
commit | 02cc9f49aed3ba8b9dc21450e567f16c5f9981fe (patch) | |
tree | 3a40c65e0ce21e9cea355c2cbe8b7f94a750c3e7 /gdb/ChangeLog | |
parent | 560ba567a08f995fe5e2d24f47b504e3aca28fa6 (diff) | |
download | gdb-02cc9f49aed3ba8b9dc21450e567f16c5f9981fe.zip gdb-02cc9f49aed3ba8b9dc21450e567f16c5f9981fe.tar.gz gdb-02cc9f49aed3ba8b9dc21450e567f16c5f9981fe.tar.bz2 |
* win32-nat.c (DebugSetProcessKillOnExit): New static function
pointer to Windows' DebugSetProcessKillOnExit() function.
(DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
(has_detach_ability): New function.
(child_attach): If system has detach ability, enable it.
(child_detach): If system has detach ability, actually
detach from process.
Change tty output to Linux format.
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 66dc87a..068fd0b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2001-10-24 Corinna Vinschen <vinschen@redhat.com> + + * win32-nat.c (DebugSetProcessKillOnExit): New static function + pointer to Windows' DebugSetProcessKillOnExit() function. + (DebugActiveProcessStop): Ditto for DebugActiveProcessStop(). + (has_detach_ability): New function. + (child_attach): If system has detach ability, enable it. + (child_detach): If system has detach ability, actually + detach from process. + Change tty output to Linux format. + 2001-10-23 Jim Blandy <jimb@redhat.com> Isolate STABS readers' use of the `textlow' and `texthigh' fields |