Home | History | Annotate | Download | only in www
      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>Downloading LLDB</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">Latest LLDB</h1>
     22 				<div class="postcontent">
     23 					<p>Nightly builds of LLDB are <a href="http://blog.llvm.org/2013/04/llvm-debianubuntu-nightly-packages.html">packaged and tested</a> from trunk:</p>
     24 					<ul>
     25 						<li>Debian and Ubuntu:
     26 						<a href="http://llvm.org/apt/">llvm.org/apt</a></li>
     27 					</ul>
     28 				</div>
     29 				<div class="postfooter"></div>
     30 			</div>
     31 			<div class="post">
     32 				<h1 class ="postheader">LLDB releases</h1>
     33 				<div class="postcontent">
     34 					<p>Debian packages are available for LLDB 3.2 and later.</p>
     35 					<ul>
     36 						<li><a href="http://packages.debian.org/experimental/lldb-3.4">LLDB 3.4 - incremental release</a> (experimental)</li>
     37 							<ul>
     38 								<li><a href="http://packages.debian.org/experimental/amd64/lldb-3.4/download">amd64</a> (x86-64)</li>
     39 								<li><a href="http://packages.debian.org/experimental/s390/lldb-3.4/download">System/390</a> (i386)</li>
     40 							</ul>
     41 						<li><a href="http://packages.debian.org/unstable/lldb-3.3">LLDB 3.3</a> (unstable)</li>
     42 						<li><a href="http://packages.debian.org/unstable/lldb-3.2">LLDB 3.2</a> (unstable)</li>
     43 					</ul>
     44 				</div>
     45 				<div class="postfooter"></div>
     46 			</div>
     47 		</div>
     48 	</div>
     49 </div>
     50 </body>
     51 </html>
     52