diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d1f2cc22ff7..247a74be4f9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -209,6 +209,11 @@ Release Notes.
+ +

LLDB is a ground-up implementation of a command line debugger, as well as a + debugger API that can be used from other applications. LLDB makes use of the + Clang parser to provide high-fidelity expression parsing (particularly for + C++) and uses the LLVM JIT for target support.

LLDB has advanced by leaps and bounds in the 3.0 timeframe. It is dramatically more stable and useful, and includes both a @@ -234,23 +239,6 @@ Release Notes.

- - -

-LLBrowse: IR Browser -

- -
- -

- LLBrowse is an interactive viewer for LLVM modules. It can load any LLVM - module and displays its contents as an expandable tree view, facilitating an - easy way to inspect types, functions, global variables, or metadata nodes. It - is fully cross-platform, being based on the popular wxWidgets GUI - toolkit.

- -
-

VMKit @@ -286,7 +274,24 @@ Release Notes.

- + + +

+LLBrowse: IR Browser +

+ +
+ +

+ LLBrowse is an interactive viewer for LLVM modules. It can load any LLVM + module and displays its contents as an expandable tree view, facilitating an + easy way to inspect types, functions, global variables, or metadata nodes. It + is fully cross-platform, being based on the popular wxWidgets GUI + toolkit.

+ +
+ +