aboutsummaryrefslogtreecommitdiff
path: root/devel/ds2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 11.x by adding missing include (upstream already did the same ↵Dmitry Marakasov2016-04-131-0/+10
| | | | | | | | | fix) Approved by: portmgr blanket Notes: svn path=/head/; revision=413220
* Only build on amd64.Raphael Kubo da Costa2016-03-131-0/+3
| | | | | | | | | | | | | | | | | | | Sources/Host/FreeBSD only has an X86_64 directory, so make configure failed on all other architectures: CMake Error at CMakeLists.txt:199 (add_executable): Cannot find source file: Sources/Host/FreeBSD/X86/PTraceX86.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: CMake can not determine linker language for target: ds2 CMake Error: Cannot determine link language for target "ds2". Notes: svn path=/head/; revision=411010
* The NCSA license was added to the list of known ones.Mathieu Arnold2016-03-021-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=409925
* devel/ds2: Debug server for lldbWilliam Grzybowski2015-11-043-0/+38
ds2 is a debug server designed to be used with LLDB to perform remote debugging of Linux, Android, FreeBSD and Windows targets. WWW: https://github.com/facebook/ds2 Notes: svn path=/head/; revision=400736