llvm-project/lldb/tools/debugserver/source
Jonas Devlieghere 3dcbfa27d4 [debugserver] Fix more compiler warnings on arm64
This fixes the following two warnings in code that's only compiled on
arm64:

 - warning: cast from 'const void *' to 'unsigned char *' drops const
   qualifier [-Wcast-qual]
 - warning: embedding a directive within macro arguments has undefined
   behavior [-Wembedded-directive]
2021-03-03 23:12:12 -08:00
..
MacOSX [debugserver] Fix more compiler warnings on arm64 2021-03-03 23:12:12 -08:00
ARM_DWARF_Registers.h
ARM_ehframe_Registers.h
CMakeLists.txt [lldb] Fix debugserver-entitlements.plist path 2021-02-03 10:42:36 -08:00
ChangeLog [lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 18:22:22 -07:00
DNB.cpp [debugserver] Correctly pass argv[0] to execl 2021-02-15 18:42:21 -08:00
DNB.h [debugserver] Add option to propagate SIGSEGV to target process 2020-11-17 09:27:52 -08:00
DNBArch.cpp [debugserver] Honor the cpu sub type if specified 2020-12-04 20:37:41 -08:00
DNBArch.h [debugserver] Honor the cpu sub type if specified 2020-12-04 20:37:41 -08:00
DNBBreakpoint.cpp
DNBBreakpoint.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBDataRef.cpp
DNBDataRef.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBDefs.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBError.cpp
DNBError.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBLog.cpp
DNBLog.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBRegisterInfo.cpp
DNBRegisterInfo.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBRuntimeAction.h
DNBThreadResumeActions.cpp
DNBThreadResumeActions.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBTimer.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
JSON.cpp [lldb] Fix JSON parser to allow empty arrays 2019-11-18 15:12:55 +01:00
JSON.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
JSONGenerator.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PThreadCondition.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PThreadEvent.cpp
PThreadEvent.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PThreadMutex.cpp
PThreadMutex.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PseudoTerminal.cpp [lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 18:22:22 -07:00
PseudoTerminal.h [lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 18:22:22 -07:00
RNBContext.cpp
RNBContext.h [debugserver] Add option to propagate SIGSEGV to target process 2020-11-17 09:27:52 -08:00
RNBDefs.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
RNBRemote.cpp Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTest 2021-01-22 16:14:24 -08:00
RNBRemote.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
RNBServices.cpp Enhance debugserver's err reporting on attach fails 2020-02-04 19:46:55 -08:00
RNBServices.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
RNBSocket.cpp
RNBSocket.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
StdStringExtractor.cpp [NFC] Remove unused function GetHexWithFixedSize 2019-08-21 04:55:53 +00:00
StdStringExtractor.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
SysSignal.cpp
SysSignal.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
TTYState.cpp
TTYState.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
debugserver.cpp Add unconditional logging to debugserver for launch/attach processes 2021-01-11 22:17:10 -08:00
debugserver_vers.c.in [lldb] Configure debugserver_vers.c from CMake 2019-07-24 17:28:24 +00:00
libdebugserver.cpp Fix integer literals which are cast to bool 2019-05-24 00:44:33 +00:00
libdebugserver.h