[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Misha Brukman brukman at cs.uiuc.edu
Wed Nov 12 16:56:02 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.42 -> 1.43

---
Log message:

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


---
Diffs of the changes:  (+2 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.42 llvm/docs/ReleaseNotes.html:1.43
--- llvm/docs/ReleaseNotes.html:1.42	Wed Nov 12 16:48:52 2003
+++ llvm/docs/ReleaseNotes.html	Wed Nov 12 16:55:13 2003
@@ -74,7 +74,8 @@
 <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>
 





More information about the llvm-commits mailing list