comp.lang.ada
 help / color / mirror / Atom feed
* help on gdb
@ 1999-01-29  0:00 toulzac
  1999-01-30  0:00 ` Gyeon Moon. Ryu
  1999-01-30  0:00 ` David C. Hoos, Sr.
  0 siblings, 2 replies; 5+ messages in thread
From: toulzac @ 1999-01-29  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

hello 

I search documentation on the gdb debugger 
or on other solution to debug  my ada projects files 

thanks 
��`�.��.���`�.��.���`�.��.���`�.��.���`�.��.���`�.��.��`�.��.��`�.��.���`�.��.��`�.
toulzac xavier universite de limoges
toulzac@alphainfo.unilim.fr
��.���`�.��.���`�.��.���`�.��.���`�.��.���`�.��.��`�.��.��`�.��.���`�.��.��`�.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: help on gdb
  1999-01-29  0:00 help on gdb toulzac
@ 1999-01-30  0:00 ` Gyeon Moon. Ryu
  1999-01-30  0:00 ` David C. Hoos, Sr.
  1 sibling, 0 replies; 5+ messages in thread
From: Gyeon Moon. Ryu @ 1999-01-30  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]


toulzac@alphainfo.unilim.fr ��(��) <36b230bc.4198507@news> �޽�������
�ۼ��Ͽ����ϴ�...
>hello
>
>I search documentation on the gdb debugger
>or on other solution to debug  my ada projects files
>


ftp://wuarchive.wustl.edu/languages/ada/compiler/gnat/distrib/gdb/






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: help on gdb
  1999-01-29  0:00 help on gdb toulzac
  1999-01-30  0:00 ` Gyeon Moon. Ryu
@ 1999-01-30  0:00 ` David C. Hoos, Sr.
  1999-02-01  0:00   ` Pascal Obry
  1 sibling, 1 reply; 5+ messages in thread
From: David C. Hoos, Sr. @ 1999-01-30  0:00 UTC (permalink / raw)



toulzac@alphainfo.unilim.fr wrote in message <36b230bc.4198507@news>...
>hello
>
>I search documentation on the gdb debugger
>or on other solution to debug  my ada projects files
>
>thanks

It really would have helped if you had specified the platform and compiler
you are using.

For example, the latest version of gnat for Windows 9x/NT is
available at
ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/distrib/winnt/

This package contains not only the compiler, but the emacs editor, the
AdaGIDE, as well as the Tcl/Tk version of an Ada-aware gdb.

The gdb can be run with or without the GUI.

The package also contains full documentation in several forms.

If you are looking for gdb on a Unix platform then look at
ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/distrib/gdb/
where you will find the debugger for several platforms, as well
as documentation.










^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: help on gdb
  1999-01-30  0:00 ` David C. Hoos, Sr.
@ 1999-02-01  0:00   ` Pascal Obry
  1999-02-01  0:00     ` David C. Hoos, Sr.
  0 siblings, 1 reply; 5+ messages in thread
From: Pascal Obry @ 1999-02-01  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]


David C. Hoos, Sr. a �crit dans le message ...

>
>For example, the latest version of gnat for Windows 9x/NT is
>available at
>ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/distrib/winnt/
>
>This package contains not only the compiler, but the emacs editor, the

No it does *not* contains the EMACS editor, just the ada-mode for it.

>AdaGIDE, as well as the Tcl/Tk version of an Ada-aware gdb.
>
>The gdb can be run with or without the GUI.


Pascal.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: help on gdb
  1999-02-01  0:00   ` Pascal Obry
@ 1999-02-01  0:00     ` David C. Hoos, Sr.
  0 siblings, 0 replies; 5+ messages in thread
From: David C. Hoos, Sr. @ 1999-02-01  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 927 bytes --]


Pascal Obry wrote in message <793qnb$6dl$1@cf01.edf.fr>...
>
>David C. Hoos, Sr. a �crit dans le message ...
>
>>
>>For example, the latest version of gnat for Windows 9x/NT is
>>available at
>>ftp://ftp.cnam.fr/pub/Ada/PAL/compiler/gnat/distrib/winnt/
>>
>>This package contains not only the compiler, but the emacs editor, the
>
>No it does *not* contains the EMACS editor, just the ada-mode for it.
>
Sorry, Pascal (and anyone else I misled).

Up until a couple of months ago, I was working for a company with an ACT
support contract, and there was an
emacs from ACT, but I mistakenly "remembered" that it was embedded in the
gnat distribution.

I guess that's one of the three signs of old age, viz.:

    1.  Your memory begins to go
    2.  ....... I can't remember the other two! ;)

>>AdaGIDE, as well as the Tcl/Tk version of an Ada-aware gdb.
>>
>>The gdb can be run with or without the GUI.
>
>
>Pascal.
>
>






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-02-01  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-29  0:00 help on gdb toulzac
1999-01-30  0:00 ` Gyeon Moon. Ryu
1999-01-30  0:00 ` David C. Hoos, Sr.
1999-02-01  0:00   ` Pascal Obry
1999-02-01  0:00     ` David C. Hoos, Sr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox