From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7bd68c129ac31eea X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.volia.net!newsfeed01.sul.t-online.de!t-online.de!newsout01.versatel.de!newsin01.versatel.de!nntpfeed.zonnet.nl!news.versatel.net!not-for-mail From: "Wiljan Derks" Newsgroups: comp.lang.ada References: <1136476040.024617.53280@f14g2000cwb.googlegroups.com> <483c8$43bd6de1$3ea6010b$22967@news.versatel.net> <1136813737.549027.323090@z14g2000cwz.googlegroups.com> <1136821526.945692.106370@g47g2000cwa.googlegroups.com> Subject: Re: GNAT Debugger Date: Mon, 9 Jan 2006 19:48:05 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: X-Complaints-To: abuse@versatel.nl Organization: Versatel Nederland B.V. NNTP-Posting-Host: 62.166.1.11 (62.166.1.11) NNTP-Posting-Date: Mon, 09 Jan 2006 19:47:50 +0100 X-Trace: d656643c2afd69b03a4ae14941 Xref: g2news1.google.com comp.lang.ada:2475 Date: 2006-01-09T19:48:05+01:00 List-Id: Depends on the platform. In the past on NT4, the process whould always be killed if gdb was detached. I know on XP you can detach without killing the process. Later on you can attach the process again. I think this is caused by de debug api which has more functionality on xp.