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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b74b00d13dd5feab X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!feeder2-1.proxad.net!news5-e.free.fr!not-for-mail Date: Tue, 12 Oct 2004 00:25:12 +0200 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en-us, it MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: testing with Ravenscar task References: <41671438$0$1122$626a14ce@news.free.fr> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <416b084b$0$307$636a15ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 12 Oct 2004 00:25:15 MEST NNTP-Posting-Host: 82.65.180.151 X-Trace: 1097533515 news5-e.free.fr 307 82.65.180.151:44690 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:5054 Date: 2004-10-12T00:25:15+02:00 List-Id: bh wrote: > We actually unit test on the real target, and after running > the various test cases, simply use the debugger to 'stop' > the Ada execution. Then we wrote a procedure to dump the > gcov data to the host for post analysis and manually invoke > it from the debugger. > > -bh Why not: no constraint on the code/design, but an advanced use of the tools. Thank you BH.