[Lldb-commits] [lldb] r141823 - in /lldb/trunk/www: customization.html sidebar.incl

Johnny Chen johnny.chen at apple.com
Wed Oct 12 15:22:09 PDT 2011


Author: johnny
Date: Wed Oct 12 17:22:09 2011
New Revision: 141823

URL: http://llvm.org/viewvc/llvm-project?rev=141823&view=rev
Log:
Add pointer to the examples/customization directory for examples of lldb customizations.

Added:
    lldb/trunk/www/customization.html   (with props)
Modified:
    lldb/trunk/www/sidebar.incl

Added: lldb/trunk/www/customization.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/customization.html?rev=141823&view=auto
==============================================================================
--- lldb/trunk/www/customization.html (added)
+++ lldb/trunk/www/customization.html Wed Oct 12 17:22:09 2011
@@ -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>

Propchange: lldb/trunk/www/customization.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: lldb/trunk/www/sidebar.incl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/sidebar.incl?rev=141823&r1=141822&r2=141823&view=diff
==============================================================================
--- lldb/trunk/www/sidebar.incl (original)
+++ lldb/trunk/www/sidebar.incl Wed Oct 12 17:22:09 2011
@@ -15,6 +15,7 @@
       <h1 class="headerbar">Use and Extension</h1>
       <ul>
         <li><a href="architecture.html">Architecture</a></li>
+        <li><a href="customization.html">Customization</a></li>
         <li><a href="docs.html">Documentation</a></li>
         <li><a href="faq.html">FAQ</a></li>
         <li><a href="formats.html">Frame and Thread Formatting</a></li>





More information about the lldb-commits mailing list