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,3694678a5f26ab27,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-15 02:32:12 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: bergnoli@pd.infn.it (antonio) Newsgroups: comp.lang.ada Subject: debugging with gdb Date: 15 Dec 2003 02:32:11 -0800 Organization: http://groups.google.com Message-ID: <6b257ddc.0312150232.2cece50@posting.google.com> NNTP-Posting-Host: 193.206.246.143 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1071484332 11580 127.0.0.1 (15 Dec 2003 10:32:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 15 Dec 2003 10:32:12 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3461 Date: 2003-12-15T02:32:11-08:00 List-Id: I'totally new in ada95 and i try to debug a simple program written in ada95 (i.e hello world).I have compiled with gnatmake(-g option)and i get an executable that i ran into gdb.It works but i can't see the original source using the gdb command 'list' and (obviously) i can't put any break point where i want like i usually do when i work in C. why? tank you in advance. Antonio