Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!coolidge From: coolidge@cs.uiuc.edu (John Coolidge) Newsgroups: comp.unix.aux Subject: Patch1 for gdb released Message-ID: <1991Feb14.012533.17757@julius.cs.uiuc.edu> Date: 14 Feb 91 01:25:33 GMT Sender: news@julius.cs.uiuc.edu (USENet News) Reply-To: coolidge@cs.uiuc.edu Organization: U of Illinois, Dept. of Computer Science, Systems Research Group Lines: 15 I've put out a new version of gdb-3.6-.bin.Z and released the first patch for gdb-3.6- on A/UX. This patch fixes a bug caused when trying to debug files with too many COFF sections (the old limit was 9; the new limit is 32). This broke debugging most X clients that used shared libraries, since each shared library adds three sections to the base three, and use of shared libraries at all adds one more section. Since most shared X clients are using libX11_s, libXmu_s, and libc_s, the old limit was quickly surpassed. I haven't updated either the original diffs, the sources, or the SDB- speaking versions of gdb for this patch. The patch only changes a few lines and adding it to the SDB-supporting version should be easy, however. --John