Lines Matching full:lldb
6 <title>Accessing LLDB Sources</title>
11 The <strong>LLDB</strong> Debugger
21 <h1 class ="postheader">Downloading LLDB sources</h1>
23 <p>Obtaining read only access to the LLDB sources is easy:</p>
25 <li>svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb</li>
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>
29 <li>git clone http://llvm.org/git/lldb.git</li>
35 <h1 class ="postheader">Contributing to LLDB</h1>
37 <p>If you wish to contribute to LLDB, you must first get commit access by
42 <li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li>