summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginProcessFreeBSD
Commit message (Collapse)AuthorAgeFilesLines
* MFC r258892: lldb: Threaded inferior support for FreeBSDemaste2014-03-191-1/+2
| | | | | | | | | | This is in the process of being submitted to the upstream LLDB repository. The thread list functionality is modelled in part on GDBRemoteCommunicationClient. LLDB bug pr16696 and code review D2267 Sponsored by: DARPA, AFRL
* Add LLDB bmake infrastructureemaste2013-09-201-0/+20
This connects LLDB to the build, but it is disabled by default. Add WITH_LLDB= to src.conf to build it. Note that LLDB requires a C++11 compiler so is disabled on platforms using GCC. Approved by: re (gjb) Sponsored by: DARPA, AFRL
OpenPOWER on IntegriCloud