summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbUtility
Commit message (Collapse)AuthorAgeFilesLines
* MFC r258054: Update LLDB to upstream r194122 snapshotemaste2014-03-191-1/+0
| | | | | | | | | | | | | Inludes minor changes relative to upstream, for compatibility with FreeBSD's in-tree LLVM 3.3: - Reverted LLDB r191806, restoring use of previous API. - Reverted part of LLDB r189317, restoring previous enum names. - Work around missing LLVM r192504, using previous registerEHFrames API (limited functionality). - Removed PlatformWindows header include and init/terminate calls. Sponsored by: DARPA, AFRL
* Add LLDB bmake infrastructureemaste2013-09-201-0/+18
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