diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-01 18:00:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-01 18:00:42 +0000 |
commit | c1ed61717a24d3b13969f7e2afe780c6a8559f46 (patch) | |
tree | 40c5469eb88d09f445686c627417b74c986644b4 /docs/CommandGuide | |
parent | 6aa3c744b7dacf276a6082d16df9afd7ad23b237 (diff) |
llvm-db is in alpha stage, this document is a placeholder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-db.pod | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-db.pod b/docs/CommandGuide/llvm-db.pod new file mode 100644 index 0000000000..ae9a74332d --- /dev/null +++ b/docs/CommandGuide/llvm-db.pod @@ -0,0 +1,18 @@ + +=pod + +=head1 NAME + +llvm-db - LLVM debugger (alpha) + +=head1 SYNOPSIS + +Details coming soon. Please see our +L<http://llvm.cs.uiuc.edu/docs/SourceLevelDebugging.html> in the meantime. + +=head1 AUTHORS + +Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). + +=cut + |