From: Misha Brukman Date: Wed, 12 Nov 2003 22:55:13 +0000 (+0000) Subject: You cannot debug namespacified LLVM with GDB 5.x anymore. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bfcadffd4c1f70e22748068f0335f40d307c07f0;p=oota-llvm.git You cannot debug namespacified LLVM with GDB 5.x anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9946 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fbbc747ac10..0613e389280 100644 --- a/docs/ReleaseNotes.html +++ b/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.