summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/liblldbPluginStructuredData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-2/+3
| | | | | ok hackroom@ tested by plenty
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-041-0/+18
works, but actually running stuff probably won't. ok kettenis@