From ce337502f5a88500df9ab2f59ab48f97be0b4395 Mon Sep 17 00:00:00 2001 From: Ashok Thirumurthi Date: Fri, 7 Jun 2013 20:22:14 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@183554 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index f2afdc9efe..73b0abf628 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 `_ has the following notable changes. +The `3.3 release `_ 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 - `_ -- 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 `_ 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 -- cgit v1.2.3