Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!ibmpa!bullhead!brunner From: brunner@bullhead.uucp Newsgroups: comp.sys.ibm.pc.rt Subject: dbx fix Summary: fix for line number stabs Keywords: V1.29 dbx IBM/4.3 Message-ID: <4300@ibmpa.UUCP> Date: 28 Feb 90 22:16:12 GMT Sender: news@ibmpa.UUCP Reply-To: brunner@ibmsupt.UUCP () Organization: IBM AWD Palo Alto Lines: 33 Subject: dbx fix Fix: /usr/src/ucb/dbx/object.c Description: This patch corrects a problem in the handling of line number stabs. The presence of a line number stab in an otherwise empty block caused parameters to be in a different block from the function they belonged to, which was an error. *** object.c Thu Feb 15 17:04:01 1990 --- object.c.fix Tue Jan 16 15:51:38 1990 *************** *** 384,390 **** case N_SLINE: enterline((Lineno) np->n_desc, (Address) np->n_value); ! defsyms = true; break; /* --- 384,390 ---- case N_SLINE: enterline((Lineno) np->n_desc, (Address) np->n_value); ! /*defsyms = true;*/ break; /* Eric Brunner, Consultant, IBM AWD Palo Alto (415) 855-4486 inet: brunner@monet.berkeley.edu uucp: uunet!ibmsupt!brunner