Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: Debugging Child Processes. Message-ID: <2386@auspex.auspex.com> Date: 26 Aug 89 20:00:10 GMT References: <6840004@hpcllcm.HP.COM> <202@cerc.wvu.wvnet.edu.edu> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 9 > Standard dbx(or any of its variations dbxtool etc) >there are commands like attach, debug etc. Wrongo. SunOS "dbx" has "attach", but that's because SunOS "ptrace" has PTRACE_ATTACH. 4.xBSD's "dbx" doesn't have "attach", because 4.xBSD's "ptrace" doesn't have PTRACE_ATTACH. Vendors other than Sun also offer "dbx", and they may or may not have "attach". I don't know which version of "dbx" you mean by "standard 'dbx'", but not all versions have "attach"....