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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7bd68c129ac31eea,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "AndyA" Newsgroups: comp.lang.ada Subject: GNAT Debugger Date: 5 Jan 2006 07:47:20 -0800 Organization: http://groups.google.com Message-ID: <1136476040.024617.53280@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 155.104.239.17 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1136476045 16594 127.0.0.1 (5 Jan 2006 15:47:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 5 Jan 2006 15:47:25 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; H010818; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=155.104.239.17; posting-account=xyLGDwwAAAA8EWof4AkVQDk-fLBmL9fY Xref: g2news1.google.com comp.lang.ada:2449 Date: 2006-01-05T07:47:20-08:00 List-Id: This is a follow up to an earlier thread about using the GNAT Debugger. Using GDB, is there anyway to manually break into a running multithreaded program, set breakpoints where they are needed and start the program running again. I have been through most of the documentation and have yet to find anything that does the trick.