From ec4f37a19b19fb483ba51247be8d94be7e85588a Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 12 Nov 2003 22:55:13 +0000 Subject: [PATCH] You cannot debug namespacified LLVM with GDB 5.x anymore. llvm-svn: 9946 --- llvm/docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index fbbc747ac107..0613e389280e 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -74,7 +74,8 @@ on Mac OSX).

  • LLVM has been moved into an 'llvm' C++ namespace, for easier integration with third-party -code.
  • +code. Note that due to a bug in GDB 5.x, to debug namespacified LLVM code, +you will need to upgrade to GDB 6.