diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-04 00:33:34 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-04 00:33:34 +0000 |
commit | 4f5659e829463806ffc538fe34bfb7b1906f0982 (patch) | |
tree | bb04b7ebc7b68c131e54c45d03ee11aa7c25723b | |
parent | 3b53a26191dd0cb951dd8d551586c89582457428 (diff) | |
download | external_llvm-4f5659e829463806ffc538fe34bfb7b1906f0982.zip external_llvm-4f5659e829463806ffc538fe34bfb7b1906f0982.tar.gz external_llvm-4f5659e829463806ffc538fe34bfb7b1906f0982.tar.bz2 |
Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually
funny.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18475 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index b9fbef4..8a47a88 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -223,7 +223,7 @@ compatible with the LLVM license).</p> <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 @@ interface as possible. This should make it extremely easy to learn 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> |