summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-06-21 23:27:57 +0000
committerTanya Lattner <tonic@nondot.org>2004-06-21 23:27:57 +0000
commit7e242cacff0aae446bb5bd5723870cd9a0a7d480 (patch)
tree8ca04159c925602561387ec9b0d617fb17599ae5 /docs/CommandGuide
parentfcd3725747845f2718b60ac40a0bb97b761fb42e (diff)
downloadllvm-7e242cacff0aae446bb5bd5723870cd9a0a7d480.tar.gz
llvm-7e242cacff0aae446bb5bd5723870cd9a0a7d480.tar.bz2
llvm-7e242cacff0aae446bb5bd5723870cd9a0a7d480.tar.xz
Just a stub command guide for llvm-db for now. Will be filled in later. This is not linked off the main command guide web page, but should be once its completed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-db.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-db.html b/docs/CommandGuide/llvm-db.html
new file mode 100644
index 0000000000..1f3e9e6a36
--- /dev/null
+++ b/docs/CommandGuide/llvm-db.html
@@ -0,0 +1,26 @@
+<html>
+<title>LLVM: llvm-db tool</title>
+
+<body bgcolor=white>
+
+<center><h1>LLVM: <tt>llvm-db</tt> tool</h1></center>
+<HR>
+
+<h3>NAME</h3>
+<tt>llvm-db</tt>
+
+<h3>SYNOPSIS</h3>
+Details coming soon. Please see our <a href="http://llvm.cs.uiuc.edu/docs/SourceLevelDebugging.html">Source Level Debugging document</a> in the meantime.
+
+<h3>DESCRIPTION</h3>
+
+
+<h3>OPTIONS</h3>
+
+
+<h3>EXIT STATUS</h3>
+
+<HR>
+Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>.
+</body>
+</html>