blob: 9ccc23f7feed1bd9a5f0fb01e70d6025c224af4e [file] [log] [blame]
Greg Clayton854bb532010-06-10 02:48:57 +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>Downloading LLDB Sources</title>
Greg Clayton854bb532010-06-10 02:48:57 +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">
Chris Lattner3cc7b7f2010-06-11 23:07:14 +000016
17 <!--#include virtual="sidebar.incl"-->
18
Greg Clayton854bb532010-06-10 02:48:57 +000019 <div id="middle">
20 <div class="post">
21 <h1 class ="postheader">Downloading LLDB sources</h1>
22 <div class="postcontent">
23 <p>Obtaining read only access to the LLDB sources is easy:</p>
24 <ul>
25 <li>svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb</li>
26 </ul>
27 </div>
28 <div class="postfooter"></div>
29 </div>
30 <div class="post">
31 <h1 class ="postheader">Committing LLDB sources</h1>
32 <div class="postcontent">
33 <p>If you wish to contribute to LLDB, you must first get commit access by
34 <a href="http://llvm.org/docs/DeveloperPolicy.html#commitaccess">requesting commit access</a></p>
35 <p>Once you have commit access, you will have a <b>USERNAME</b> and you can checkout the sources:
36 <a href="http://llvm.org/docs/DeveloperPolicy.html#commitaccess">requesting commit access</a></p>
37 <ul>
38 <li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li>
39 </ul>
40 </div>
41 <div class="postfooter"></div>
42 </div>
43 </div>
44 </div>
45</div>
46</body>
47</html>