| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
fix)
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=413220
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=409925
|
|
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
|