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!news4.google.com!out04b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!nx02.iad01.newshosting.com!newshosting.com!newspeer.monmouth.com!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Access procedure to pointer Date: Wed, 28 May 2008 14:30:15 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <483C48B5.9060303@gmail.com> <483D209D.5010408@gmail.com> <483D72F0.9090308@gmail.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1211999415 26900 192.74.137.71 (28 May 2008 18:30:15 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 28 May 2008 18:30:15 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:UI1sV7hY2h0AkfC5PpvJ5iQDCR0= Xref: g2news1.google.com comp.lang.ada:431 Date: 2008-05-28T14:30:15-04:00 List-Id: "Jeffrey R. Carter" writes: > 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. And "signal" appears in the index, too (it says "see interrupt C.3(1)" among other things). When I made that index, I tried to think of every synonym of every term somebody might want to look up. You shouldn't have to know Ada terminology by heart in order to find things in the Ada manual! - Bob