You cannot debug namespacified LLVM with GDB 5.x anymore.

llvm-svn: 9946
This commit is contained in:
Misha Brukman 2003-11-12 22:55:13 +00:00
parent b8b238b12a
commit ec4f37a19b
1 changed files with 2 additions and 1 deletions

View File

@ -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>