2010-06-10 10:48:57 +08:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
2013-06-08 03:21:45 +08:00
|
|
|
<title>Downloading LLDB</title>
|
2010-06-10 10:48:57 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-06-08 03:21:45 +08:00
|
|
|
<div class="www_title">
|
|
|
|
The <strong>LLDB</strong> Debugger
|
|
|
|
</div>
|
|
|
|
|
2010-06-10 10:48:57 +08:00
|
|
|
<div id="container">
|
|
|
|
<div id="content">
|
2013-06-08 03:21:45 +08:00
|
|
|
|
|
|
|
<!--#include virtual="sidebar.incl"-->
|
|
|
|
|
2010-06-10 10:48:57 +08:00
|
|
|
<div id="middle">
|
2013-06-08 03:21:45 +08:00
|
|
|
<div class="post">
|
|
|
|
<h1 class ="postheader">Latest LLDB</h1>
|
|
|
|
<div class="postcontent">
|
|
|
|
<p>Nightly builds of LLDB are packaged from trunk:</p>
|
|
|
|
<ul>
|
|
|
|
<li>Debian and Ubuntu:
|
|
|
|
<a href="http://llvm.org/apt/">llvm.org/apt</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="postfooter"></div>
|
|
|
|
</div>
|
|
|
|
<div class="post">
|
|
|
|
<h1 class ="postheader">LLDB releases</h1>
|
|
|
|
<div class="postcontent">
|
|
|
|
<p>Debian packages are available for LLDB 3.2 and later.</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://packages.debian.org/unstable/main/lldb">LLDB 3.2</a> (unstable)</li>
|
|
|
|
<li><a href="http://packages.debian.org/experimental/main/lldb">LLDB 3.3</a> (coming soon)</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="postfooter"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2010-06-10 10:48:57 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|