From owner-freebsd-current Tue Aug 17 8:30:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from par28.ma.ikos.com (par28.ma.ikos.com [137.103.105.228]) by hub.freebsd.org (Postfix) with ESMTP id A357214CD3 for ; Tue, 17 Aug 1999 08:30:27 -0700 (PDT) (envelope-from tich@par28.ma.ikos.com) Received: (from tich@localhost) by par28.ma.ikos.com (8.8.7/8.8.7) id LAA29024; Tue, 17 Aug 1999 11:30:04 -0400 Date: Tue, 17 Aug 1999 11:30:04 -0400 From: Richard Cownie Message-Id: <199908171530.LAA29024@par28.ma.ikos.com> To: freebsd-current@freebsd.org Subject: gdb Cc: tich@par28.ma.ikos.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have a problem with gdb in 4.0-CURRENT. gdb-4.18 is almost completely useless for debugging C++ - oveload resolution is completely broken, and attempting to call functions frequently causes it to hang. I believe this is true on linux and solaris as well, gdb-4.18 is just not healthy. So to do any real work you need gdb-4.17, which is a great advance on its successor. However, the port of gdb-4.17 has disappeared, and the old port in my version 4.0-19990604-CURRENT does not build. Does anyone have patches to get gdb-4.17 working in 4.0-CURRENT ? Thanks Richard Cownie (tich@ma.ikos.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message