forked from OSchip/llvm-project
60 lines
2.2 KiB
HTML
Executable File
60 lines
2.2 KiB
HTML
Executable File
<!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" />
|
|
<title>Downloading LLDB</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="www_title">
|
|
The <strong>LLDB</strong> Debugger
|
|
</div>
|
|
|
|
<div id="container">
|
|
<div id="content">
|
|
|
|
<!--#include virtual="sidebar.incl"-->
|
|
|
|
<div id="middle">
|
|
<div class="post">
|
|
<h1 class ="postheader">Latest LLDB</h1>
|
|
<div class="postcontent">
|
|
<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>
|
|
<ul>
|
|
<li>Debian and Ubuntu:
|
|
<a href="http://llvm.org/apt/">llvm.org/apt</a></li>
|
|
</ul>
|
|
<p>The <a href="http://pkgsrc.org">pkgsrc</a> framework offers a package with recent LLDB in the <a href="http://pkgsrc.org/wip">wip</a> repository:</p>
|
|
<code>
|
|
cd pkgsrc/wip/lldb-git<br>
|
|
make install clean
|
|
</code>
|
|
</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.5 and later.</p>
|
|
<ul>
|
|
<li><a href="https://packages.debian.org/jessie/lldb">jessie - LLDB 3.5</a></li>
|
|
<li><a href="https://packages.debian.org/stretch/lldb">stretch - LLDB 3.8</a></li>
|
|
<li><a href="https://packages.debian.org/buster/lldb">buster - LLDB 6.0</a></li>
|
|
<li><a href="https://packages.debian.org/sid/lldb">sid - LLDB 6.0</a></li>
|
|
</ul>
|
|
<p>ubuntu packages are available for LLDB 3.8 and later.</p>
|
|
<ul>
|
|
<li><a href="https://packages.ubuntu.com/xenial/lldb">ubuntu 16.04LTS - LLDB 3.8</a></li>
|
|
<li><a href="https://packages.ubuntu.com/bionic/lldb">ubuntu 18.04LTS - LLDB 6.0</a></li>
|
|
</ul>
|
|
<p>Arch Linux packages the latest <a href="https://www.archlinux.org/packages/extra/x86_64/lldb/">LLDB 6.0</a></p>
|
|
</div>
|
|
<div class="postfooter"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|