forked from OSchip/llvm-project
Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually
funny. llvm-svn: 18475
This commit is contained in:
parent
6d1686c18b
commit
47d186cf55
|
@ -223,7 +223,7 @@ compatible with the LLVM license).</p>
|
||||||
<p>For someone so inclined, it should be straight-forward to write different
|
<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
|
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
|
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>
|
</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.
|
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
|
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 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>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue