Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 560 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 560 Bytes

FreeBSD port of lldb

This repo contains lldb r147097 with additional FreeBSD and Linux patches. Details on the lldb debugger can be found on the lldb web site.

Checkout and build instructions

Checkout:

% svn co -r146622 http://llvm.org/svn/llvm-project/llvm/trunk llvm
% svn co -r146622 http://llvm.org/svn/llvm-project/cfe/trunk llvm/tools/clang
% git clone [email protected]:fbsd/lldb.git llvm/tools/lldb

Build:

% cd llvm
% ./configure
% gmake