aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbHostCommon
Commit message (Collapse)AuthorAgeFilesLines
* Update build for LLDB snapshot at upstream rev 216948Ed Maste2014-11-261-2/+8
| | | | | | | Sponsored by: DARPA, AFRL Notes: svn path=/projects/clang350-import/; revision=275132
* Update LLDB bmake build for r262187Ed Maste2014-02-181-0/+1
| | | | | | | Sponsored by: DARPA, AFRL Notes: svn path=/projects/lldb-r201577/; revision=262189
* Update LLDB to upstream r194122 snapshotEd Maste2013-11-121-0/+2
| | | | | | | | | | | | | | | | ludes 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 Notes: svn path=/head/; revision=258054
* Add LLDB bmake infrastructureEd Maste2013-09-201-0/+24
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 Notes: svn path=/head/; revision=255722