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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-15 08:01:09 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: debugging with gdb Date: Mon, 15 Dec 2003 16:01:09 +0000 (UTC) Organization: PVV Message-ID: References: <6b257ddc.0312150232.2cece50@posting.google.com> NNTP-Posting-Host: k-082107.nt.ntnu.no X-Trace: tyfon.itea.ntnu.no 1071504069 23653 129.241.82.107 (15 Dec 2003 16:01:09 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 15 Dec 2003 16:01:09 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:3468 Date: 2003-12-15T16:01:09+00:00 List-Id: On 2003-12-15, antonio wrote: > 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. > You are most likely using a gdb version that is not Ada-aware. PLease state: OS you use, version of gdb and gnat. -- "Saving keystrokes is the job of the text editor, not the programming language."