From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Ingham To: Tom Tromey Cc: Mo DeJong , Insight Subject: Re: Attach filter should use glob matching not regexp. Date: Mon, 26 Jun 2000 11:05:00 -0000 Message-id: References: <200006261755.KAA12304@ferrule.cygnus.com> X-SW-Source: 2000-q2/msg00331.html on 6/26/00 10:55 AM, Tom Tromey at tromey@cygnus.com wrote: > Jim> Also, you want to be careful about doing "ps -awx" because the > Jim> user won't be able to attach to anything that the he/she doesn't > Jim> own (unless running as root). > > Not to mention that different "ps" implementations take different > arguments. For instance "ps -awx" doesn't work on Solaris. > > Tom > Yeah, actually, if the full ugly truth be known, this was hacked up in the last moments before the first CodeFusion release, so I really didn't try anything but Linux (the CodeFusion target platform) and Solaris (the box I actually worked on). Anything else was just gravy. It really needs to be worked over to make sure it is general. Also giving it a whirl under Cygwin would be a pretty good idea... Jim