aboutsummaryrefslogtreecommitdiff
path: root/www/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/faq.html')
-rwxr-xr-xwww/faq.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/faq.html b/www/faq.html
new file mode 100755
index 000000000000..91a4498d3dce
--- /dev/null
+++ b/www/faq.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link href="style.css" rel="stylesheet" type="text/css" />
+<title>LLDB FAQ</title>
+</head>
+
+<body>
+<div class="www_title">
+ The <strong>LLDB</strong> Debugger
+</div>
+
+<div id="container">
+<div id="content">
+ <!--#include virtual="sidebar.incl"-->
+
+ <div id="middle">
+ <div class="post">
+ <h1 class ="postheader">LLDB FAQ</h1>
+ <div class="postcontent">
+ <p><b>Q: What targets does LLDB currently support?</b></p>
+ <p>Mac OS X native debugging for i386 and x86_64 targets.</p>
+ </div>
+ <div class="postfooter"></div>
+</div>
+</div>
+</div>
+</body>
+</html> \ No newline at end of file