aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-11-12 22:55:13 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-11-12 22:55:13 +0000
commitbfcadffd4c1f70e22748068f0335f40d307c07f0 (patch)
treee9450ce6e27c5c3d57b04e82df01d400edf3bc15 /docs/ReleaseNotes.html
parent502c481a8f83f19ad490eea41ae662adf27d02ce (diff)
downloadexternal_llvm-bfcadffd4c1f70e22748068f0335f40d307c07f0.zip
external_llvm-bfcadffd4c1f70e22748068f0335f40d307c07f0.tar.gz
external_llvm-bfcadffd4c1f70e22748068f0335f40d307c07f0.tar.bz2
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fbbc747..0613e38 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -74,7 +74,8 @@ on Mac OSX).</li><p>
<li>LLVM has been <a
href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved
into an 'llvm' C++ namespace</a>, for easier integration with third-party
-code.</a></li>
+code.</a> Note that due to a bug in GDB 5.x, to debug namespacified LLVM code,
+you will need to upgrade to GDB 6.</li>
</ol><p>