[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Dec 3 16:33:45 PST 2004
Changes in directory llvm/docs:
SourceLevelDebugging.html updated: 1.9 -> 1.10
---
Log message:
Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually
funny.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.9 llvm/docs/SourceLevelDebugging.html:1.10
--- llvm/docs/SourceLevelDebugging.html:1.9 Mon Nov 1 02:19:36 2004
+++ llvm/docs/SourceLevelDebugging.html Fri Dec 3 18:33:34 2004
@@ -223,7 +223,7 @@
<p>For someone so inclined, it should be straight-forward to write different
front-ends for the LLVM debugger, as the LLVM debugging engine is cleanly
separated from the <tt>llvm-db</tt> front-end. A new LLVM GUI debugger or IDE
-would be nice. :)</p>
+would be nice.</p>
</div>
@@ -246,7 +246,7 @@
provides the subset of GDB commands that are applicable to LLVM debugging users.
If there is a command missing that make a reasonable amount of sense within the
<a href="#limitations">limitations of <tt>llvm-db</tt></a>, please report it as
-a bug or, better yet, submit a patch to add it. :)</p>
+a bug or, better yet, submit a patch to add it.</p>
</div>
@@ -1109,7 +1109,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/01 08:19:36 $
+ Last modified: $Date: 2004/12/04 00:33:34 $
</address>
</body>
More information about the llvm-commits
mailing list