Add pointer to the examples/customization directory for examples of lldb customizations.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141823 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/customization.html b/www/customization.html
new file mode 100755
index 0000000..83cbf2b
--- /dev/null
+++ b/www/customization.html
@@ -0,0 +1,33 @@
+<!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 Customization</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 Customization</h1>

+    <div class="postcontent">

+    <p>There is an examples/customization directory under LLDB top of tree,

+      where you can find examples of customizations for interacting with the

+      lldb interpreter.</p>

+    <p>We welcome you to submit new and interesting examples of customizations.

+      </p>

+  </div>

+  <div class="postfooter"></div>

+</div>

+</div>

+</div>

+</body>

+</html>