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=-0.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,MAILING_LIST_MULTI,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6f65531b29825254 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-28 00:50:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: help! gvd symbol table Date: Sun, 28 Apr 2002 02:49:32 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1019980203 78068 137.194.161.2 (28 Apr 2002 07:50:03 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sun, 28 Apr 2002 07:50:03 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:23188 Date: 2002-04-28T02:49:32-05:00 You have to compile with the -g (debug) option to get symbols in your executable. ----- Original Message ----- From: "Jared" Newsgroups: comp.lang.ada To: Sent: April 27, 2002 9:38 PM Subject: help! gvd symbol table > hello all, I am a newbie to Ada and also to using gnat and its debugger gvd. > my problem is that when I try to use the debugger and add breakpoints, the > commandline tells me "No symbol table is loaded." so where do I get this > symbol table from??? none of the compiler switches in the manual seem to > offer it, but maybe i am reading wrong. Please help folks, thanks. > Jared > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >