Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!caip!lll-crg!lll-lcc!qantel!hplabs!sdcrdcf!burdvax!psuvax1!gondor!przemek From: przemek@gondor.UUCP (Przemyslaw Klosowski) Newsgroups: net.lang.c,net.unix-wizards,net.unix Subject: Re: Help using dbx Message-ID: <2121@gondor.UUCP> Date: Sun, 27-Apr-86 22:59:50 EDT Article-I.D.: gondor.2121 Posted: Sun Apr 27 22:59:50 1986 Date-Received: Fri, 2-May-86 21:26:48 EDT References: <461@aoa.UUCP> Reply-To: przemek@gondor.UUCP (Przemyslaw Klosowski) Distribution: net Organization: Pennsylvania State Univ. Lines: 14 Keywords: dbx, manual Xref: linus net.lang.c:8117 net.unix-wizards:14932 net.unix:7109 Summary: dbx info needed ==================================================================== The only information I could get about dbx is the manual page. Is there in the big world something more informative? In particular I didn't succeed in calling the procedure with the parameter which has non-predeclared type. The man page says something like ' typename(param)', but 'struct kuku(...)' is rejected with complaint about undeclared type 'struct' -- we apparently have totally different things in mind. Apologies if I screw up something with net.distribution -- this is my very first posting. przemek przemek@gondor.UUCP przemek@psuvaxg.bitnet PS Of course I use dbx for C programs.