Index: lldb/trunk/www/status.html =================================================================== --- lldb/trunk/www/status.html +++ lldb/trunk/www/status.html @@ -44,23 +44,32 @@

LLDB on FreeBSD lags behind the Linux implementation but is improving rapidly. For more details, see the Features by OS section below. +

Windows Status

+
+

LLDB on Windows is still under development, but already useful for i386 + programs (x86_64 untested) built with DWARF debug information, including postmortem + analysis of minidumps. + For more details, see the Features by OS section below. +

Features by OS

The table below shows a summary of the features that are available on several platforms. In addition to Linux and Mac OS X, LLDB is also - known to work on FreeBSD. Windows and NetBSD support is under development. + known to work on FreeBSD. NetBSD support is under development. + + + + + + + + + + + + - - - + + + + - - - - - - + + + +
Feature FreeBSD
(x86_64)
Linux
(x86_64)
Mac OS X (i386/x86_64 and ARM/Thumb)Windows (i386)
Backtracing OK OK OKOK
Breakpoints @@ -74,6 +83,7 @@ OK OK OKOK
C++11: @@ -85,42 +95,49 @@ OK OK OKUnknown
Commandline lldb tool OK OK OKOK
Core file debugging OK (ELF) OK (ELF) OK (MachO)OK (Minidump)
Debugserver (remote debugging) Not ported Not ported OKNot ported
Disassembly OK OK OKOK
Expression evaluation Unknown Works with some bugs OKWorks with some bugs
JIT debugging Unknown Symbolic debugging only UntestedNo
Objective-C 2.0: @@ -138,6 +155,7 @@ Unknown Not applicable OKNot applicable
Process control @@ -153,12 +171,14 @@ Works, with some bugs OK (except exec*) OKOK
Public Python APIOKOKOKOK (Python 2.7)OK (Python 2.7)OK (Python 2.7)OK (Python 3.5)
Registers (x86_64 and i386) @@ -173,30 +193,28 @@ GP and FP OK OK (except for exception state registers) OK
Script bridgingOKOKOKOK (except for AVX support)
Symbol reading and object file introspection OK OK OKOK (no PDB yet)
Thread inspection and stepping OK OK OKOK
Watchpoints OK OK OKNot ported yet