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,34e28efa1a88ae84 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Access procedure to pointer References: <483C48B5.9060303@gmail.com> <483D209D.5010408@gmail.com> <483D72F0.9090308@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1211998569 12.201.97.213 (Wed, 28 May 2008 18:16:09 GMT) NNTP-Posting-Date: Wed, 28 May 2008 18:16:09 GMT Organization: AT&T ASP.att.net Date: Wed, 28 May 2008 18:16:09 GMT Xref: g2news1.google.com comp.lang.ada:430 Date: 2008-05-28T18:16:09+00:00 List-Id: Jean-Pierre Rosen wrote: > > Well, it is documented in the reference manual, and a quick search for > the word "interrupt" in the index would have put you right there... > > However, I think this is an interesting example. I guess the OP simply > thought "oh, I must handle interrupts, therefore I must interface with > the system - i.e. use C)", he didn't even imagine that it was provided > out of the box... I suspect the OP wasn't looking for "interrupt"; he was looking for "signal". What a signal is, and whether it's the same as an interrupt, is highly platform- and compiler-dependent. About all you can say is an interrupt handler works for GNAT/Linux. -- Jeff Carter "My dear Mrs. Hemoglobin, when I first saw you, I was so enamored with your beauty I ran to the basket, jumped in, went down to the city, and bought myself a wedding outfit." Never Give a Sucker an Even Break 111