Skip to content

markpeek/lldb

 
 

Repository files navigation

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 git@github.com:fbsd/lldb.git llvm/tools/lldb

Build:

% cd llvm
% ./configure
% gmake

About

FreeBSD port of lldb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.1%
  • Python 12.9%
  • C 1.5%
  • Other 1.5%