Commit 7b2952d3 authored by Ashok Thirumurthi's avatar Ashok Thirumurthi
Browse files

Updated the links in the LLDB 3.3 sub-project (now 3.3 links) to fix the 3.4 merge from trunk.

- Also split out a section on build portability and updated the list of features and improvements.
--- This now reflects the up-coming merge of patches from trunk into the release_33 branch.

llvm-svn: 183554
parent 465d2ab8
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -221,22 +221,24 @@ to support the latest language features and target support:
- the LLVM disassembler
- the LLVM JIT compiler (MCJIT) for expression evaluation

The `3.3 release <http://llvm.org/apt/>`_ has the following notable changes.
The `3.3 release <http://lldb.llvm.org/download.html>`_ has the following notable changes.

Linux Features:
Features now supported on Linux:

- Debugging multi-threaded programs
- Support for watchpoints
- vim integration for lldb commands and program status using a `vim plug-in
  <http://llvm.org/svn/llvm-project/lldb/trunk/utils/vim-lldb/README>`_
- Improved register support including vector registers
- Builds with cmake/ninja/auto-tools/clang 3.3/gcc 4.6
- Process list, attach and fork
- `vim integration <http://llvm.org/svn/llvm-project/lldb/branches/release_33/utils/vim-lldb/README>`_ for LLDB

Portability:

- Builds with cmake, ninja, auto-tools, clang 3.3 and gcc 4.6

Linux Improvements:

- Debugging multi-threaded programs
- Debugging i386 programs
- Process list, attach and fork
- Expression evaluation
- Improved register support including vector registers
- Basic debugging of i386 programs
- Bug fixes for expression evaluation


External Open Source Projects Using LLVM 3.3