From owner-cvs-gnu Sun Apr 9 17:01:09 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA20969 for cvs-gnu-outgoing; Sun, 9 Apr 1995 17:01:09 -0700 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA20953 ; Sun, 9 Apr 1995 17:01:04 -0700 Date: Sun, 9 Apr 1995 17:01:04 -0700 From: Nate Williams Message-Id: <199504100001.RAA20953@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/gdb infptrace.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk nate 95/04/09 17:01:03 Modified: gnu/usr.bin/gdb/gdb infptrace.c Log: as Thomas Graichen recently wrote in private mail: > * the gdb-4.13 of current (compiled and used under 2.0R) can not attach to my > own processes (it works only then i'm root - else i get open failed - for my > own processes) how embarassing ! This turns out to be a bug in infptrace.c. Below is a patch. Could some kind soul apply it ? Submitted by: "Gary J."