Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame^] | 1 | <!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" /> |
| 6 | <title>Accessing LLDB Sources</title> |
| 7 | </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 | |
| 17 | <!--#include virtual="sidebar.incl"--> |
| 18 | |
| 19 | <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 | <p>If you prefer using Git, you can check out LLDB from the <a href="http://llvm.org/docs/GettingStarted.html#git-mirror">LLVM git mirror</a> instead:</p> |
| 28 | <ul> |
| 29 | <li>git clone http://llvm.org/git/lldb.git</li> |
| 30 | </ul> |
| 31 | </div> |
| 32 | <div class="postfooter"></div> |
| 33 | </div> |
| 34 | <div class="post"> |
| 35 | <h1 class ="postheader">Contributing to LLDB</h1> |
| 36 | <div class="postcontent"> |
| 37 | <p>If you wish to contribute to LLDB, you must first get commit access by |
| 38 | <a href="http://llvm.org/docs/DeveloperPolicy.html#commitaccess">requesting commit access</a></p> |
| 39 | <p>Once you have commit access, you will have a <b>USERNAME</b> and you can checkout the sources: |
| 40 | <a href="http://llvm.org/docs/DeveloperPolicy.html#commitaccess">requesting commit access</a></p> |
| 41 | <ul> |
| 42 | <li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li> |
| 43 | </ul> |
| 44 | </div> |
| 45 | <div class="postfooter"></div> |
| 46 | </div> |
| 47 | </div> |
| 48 | </div> |
| 49 | </div> |
| 50 | </body> |
| 51 | </html> |