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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdc9883ec11fadec X-Google-Attributes: gid103376,public From: kubek@gmmhp1.gmm.insa-tlse.fr (Jean-Marie Kubek) Subject: Re: gdb and ADA95 Date: 1996/04/15 Message-ID: #1/1 X-Deja-AN: 147628841 distribution: world references: <4kjfds$b4a@ramses.eurocontrol.fr> <4klgci$403@ramses.eurocontrol.fr> newsgroups: comp.lang.ada Date: 1996-04-15T00:00:00+00:00 List-Id: >>>>> "Nicolas" == Nicolas Gautier writes: In article <4klgci$403@ramses.eurocontrol.fr> Nicolas Gautier writes: Nicolas> Nicolas Gautier wrote: >> I have been trying to use gdb with gud and gnat compiler. gdb >> crashed when I tryed to print the variable contents, and when >> stepping with the gud interface. Does anybody know where these >> problems come from? And if an interactive mode exists in gud to >> print variable contents? Nicolas> Sorry, but I had a problem with my e-mail address in my Nicolas> previous posting. A few remarks : I work on a HP9000/715, Nicolas> with HP-UX 09.05. I am using GNAT-3.01 and gdb-4.15.1. Does your compiler use *gas* ? If not, beware that some incompatibilities exists between the executable format for HP boxes and gdb. As said in the Install notes for gcc on HPs, you *must* get the gnus "binutils" distribution in order to use gas as the assembler program called by gcc. If you want to know if your gcc uses gas you have to try the following : gcc -v and then look for a line containing an "as" string in the output. En hopant que ca helpe, Jean-Marie.