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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,14db193838d387d7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 08:59:07 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: srouse@iastate.edu (srouse) Newsgroups: comp.lang.ada Subject: what are the created ~b files when using -g with gnatmake Date: 16 Jul 2003 08:59:07 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 205.175.225.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058371147 31440 127.0.0.1 (16 Jul 2003 15:59:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jul 2003 15:59:07 GMT Xref: archiver1.google.com comp.lang.ada:40342 Date: 2003-07-16T15:59:07+00:00 List-Id: when I do a gnatmake with the -g option for debugging it creates new ~b*.adb, ~b*.ads, ~b*.ali, and ~b*.o files. I was wondering what these files are and how they are used when debugging the ada program? Thanks for the help! Shawn