CVSROOT:        /cvs
Module name:    src
Changes by:     morti...@cvs.openbsd.org        2019/11/09 09:45:48

Modified files:
        gnu/llvm/tools/lldb/include/lldb/Utility: ArchSpec.h 
        gnu/llvm/tools/lldb/packages/Python/lldbsuite/test/api/multithreaded: 
                                                                              
common.h 
        
gnu/llvm/tools/lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name:
 
                                                                                
          main.cpp 
        gnu/llvm/tools/lldb/source/Core: FormatEntity.cpp 
        gnu/llvm/tools/lldb/source/Host/common: SocketAddress.cpp 
        gnu/llvm/tools/lldb/source/Host/openbsd: Host.cpp 
        gnu/llvm/tools/lldb/source/Host/posix: DomainSocket.cpp 
                                               PipePosix.cpp 
        gnu/llvm/tools/lldb/source/Initialization: CMakeLists.txt 
                                                   SystemInitializerCommon.cpp 
        gnu/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD: 
                                                                     
DYLDRendezvous.cpp 
                                                                     
DynamicLoaderPOSIXDYLD.cpp 
        gnu/llvm/tools/lldb/source/Plugins/Platform/OpenBSD: 
                                                             
PlatformOpenBSD.cpp 
                                                             PlatformOpenBSD.h 
        gnu/llvm/tools/lldb/source/Plugins/Process: CMakeLists.txt 
        gnu/llvm/tools/lldb/source/Plugins/Process/gdb-remote: 
                                                               
GDBRemoteCommunicationServerCommon.cpp 
                                                               
GDBRemoteCommunicationServerLLGS.cpp 
        gnu/llvm/tools/lldb/source/Utility: ArchSpec.cpp 
        gnu/llvm/tools/lldb/tools/lldb-server: CMakeLists.txt 
                                               lldb-gdbserver.cpp 
        gnu/usr.bin/clang: Makefile 
        gnu/usr.bin/clang/liblldbPluginProcess: Makefile 
Added files:
        gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD: 
                                                            CMakeLists.txt 
                                                            
NativeProcessOpenBSD.cpp 
                                                            
NativeProcessOpenBSD.h 
                                                            
NativeRegisterContextOpenBSD.cpp 
                                                            
NativeRegisterContextOpenBSD.h 
                                                            
NativeRegisterContextOpenBSD_x86_64.cpp 
                                                            
NativeRegisterContextOpenBSD_x86_64.h 
                                                            
NativeThreadOpenBSD.cpp 
                                                            
NativeThreadOpenBSD.h 
        gnu/usr.bin/clang/lldb-server: Makefile 

Log message:
Add lldb support for debugging running binaries on amd64.

Follows a similar model as NetBSD. Much help from patrick, kettenis and 
guenther.
lldb and lldb-server remain not installed by default.

ok patrick@

Reply via email to