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.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,435d6f1e7f06557c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e51g2000hsg.googlegroups.com!not-for-mail From: Kalahan Newsgroups: comp.lang.ada Subject: Stack Checking Date: 11 May 2007 11:09:47 -0700 Organization: http://groups.google.com Message-ID: <1178906987.433835.198770@e51g2000hsg.googlegroups.com> NNTP-Posting-Host: 163.117.83.234 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1178906988 27011 127.0.0.1 (11 May 2007 18:09:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 May 2007 18:09:48 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e51g2000hsg.googlegroups.com; posting-host=163.117.83.234; posting-account=qruBCg0AAABqJI2GLk5kRBihBsh0-LFb Xref: g2news1.google.com comp.lang.ada:15763 Date: 2007-05-11T11:09:47-07:00 List-Id: I am playing with the package System.Stack_Checking because I want to get the top and base address of my programs stack (and also the ones for threads). However I can't find good documentation and examples about how to use it. I would be very thankful for any help on the subject. -- Francisco