From b65edd4b95d7652728aa9f88933c0b5eb2f44109 Mon Sep 17 00:00:00 2001 From: Ashok Thirumurthi Date: Fri, 7 Jun 2013 19:21:45 +0000 Subject: [PATCH] Updated the LLDB status page to reflect the recent addition of multi-threaded support. Reworked the download information on lldb.llvm.org: - svn copy of download.html to source.html with information on source-code access - new download.html with links to download nightly builds and Debian releases - updated the sidebar to reflect these changes llvm-svn: 183547 --- lldb/www/download.html | 63 +++++++++++++++++++++--------------------- lldb/www/sidebar.incl | 3 +- lldb/www/source.html | 47 +++++++++++++++++++++++++++++++ lldb/www/status.html | 43 ++++++++++++++-------------- 4 files changed, 101 insertions(+), 55 deletions(-) create mode 100755 lldb/www/source.html diff --git a/lldb/www/download.html b/lldb/www/download.html index 9ccc23f7feed..063e180b89ea 100755 --- a/lldb/www/download.html +++ b/lldb/www/download.html @@ -3,44 +3,43 @@ -Downloading LLDB Sources +Downloading LLDB -
- The LLDB Debugger -
- +
+ The LLDB Debugger +
+
- - - + + +
-
-

Downloading LLDB sources

-
-

Obtaining read only access to the LLDB sources is easy:

-
    -
  • svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb
  • -
-
- -
-
-

Committing LLDB sources

-
-

If you wish to contribute to LLDB, you must first get commit access by - requesting commit access

-

Once you have commit access, you will have a USERNAME and you can checkout the sources: - requesting commit access

-
    -
  • svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb
  • -
-
- -
-
+
+

Latest LLDB

+
+

Nightly builds of LLDB are packaged from trunk:

+ +
+ +
+
+

LLDB releases

+
+

Debian packages are available for LLDB 3.2 and later.

+ +
+ +
+
diff --git a/lldb/www/sidebar.incl b/lldb/www/sidebar.incl index 80a564a2e8c1..2bbad833dc87 100644 --- a/lldb/www/sidebar.incl +++ b/lldb/www/sidebar.incl @@ -37,9 +37,10 @@