[comp.sys.sgi] 'call' functionality in dbx

james@adt.UUCP (james cerrato) (04/27/89)

Does anyone know why dbx on the 4D systems does not support the 'call'
capability?  On the 3000 IRIS systems this was very helpful when debugging
to call utility routines for printing state descriptions etc. without
having to recompile and link and run again.  Are there ways to getthis functionlity on the 4D IRIS that I am not aware of?  If you can come up with any
suggestions thanks alot.

			James Cerrato

davea@quasar.SGI.COM (David B. Anderson) (04/28/89)

In article <8904262103.AA15577@adt.uucp> james@adt.UUCP (james cerrato) writes:
>Does anyone know why dbx on the 4D systems does not support the 'call'
>capability?  On the 3000 IRIS systems this was very helpful when debugging

That capability is in dbx as of the 3.2 release of IRIX.

One can call a function using the ``ccall'' statement (for functions not
returning anything), or as a function call in an expression (typically in a
``print'' statement).

Regards,
[ David B. Anderson            Silicon Graphics      (415) 964-1459 x3060 ]
[ USENET: {decwrl!,hplabs!sun!}sgi!davea          Internet: davea@sgi.com ]