blob: b61c716dd21da0600204100c4f9edab5b7aaaae5 [file] [log] [blame]
Johnny Chen0d5b38d2011-10-12 22:22:09 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5<link href="style.css" rel="stylesheet" type="text/css" />
Greg Claytonf9ab5ea2012-01-22 02:55:08 +00006<title>LLDB Customization</title>
Johnny Chen0d5b38d2011-10-12 22:22:09 +00007</head>
8
9<body>
10<div class="www_title">
11 The <strong>LLDB</strong> Debugger
12</div>
13
14<div id="container">
15<div id="content">
16 <!--#include virtual="sidebar.incl"-->
17
18 <div id="middle">
19 <div class="post">
Johnny Chenaa0b2c12011-10-12 22:25:13 +000020 <h1 class ="postheader">Customization</h1>
Johnny Chen0d5b38d2011-10-12 22:22:09 +000021 <div class="postcontent">
22 <p>There is an examples/customization directory under LLDB top of tree,
23 where you can find examples of customizations for interacting with the
24 lldb interpreter.</p>
25 <p>We welcome you to submit new and interesting examples of customizations.
26 </p>
27 </div>
28 <div class="postfooter"></div>
29</div>
30</div>
31</div>
32</body>
33</html>