llvm-project/lldb/tools/debugserver/source/MacOSX
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
..
DarwinLog [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
arm [debugserver] Fix more compiler warnings on arm64 2021-03-03 23:12:12 -08:00
arm64 [debugserver] Fix more compiler warnings on arm64 2021-03-03 23:12:12 -08:00
i386 [lldb] [debugserver] Add stN aliases for stmmN for compatibility 2021-01-07 02:10:38 +01:00
x86_64 [lldb] [debugserver] Add stN aliases for stmmN for compatibility 2021-01-07 02:10:38 +01:00
CFBundle.cpp
CFBundle.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CFString.cpp
CFString.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CFUtils.h [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
CMakeLists.txt [debugserver] Delete macOS/PPC debug server implementation 2020-01-21 10:59:38 -08:00
Genealogy.cpp Fix file names in file headers. NFC 2019-05-13 04:42:32 +00:00
Genealogy.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
GenealogySPI.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
MachException.cpp Upstream a few small Apple changes to debugserver - arm64_32, Catalyst 2019-08-07 02:06:06 +00:00
MachException.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
MachProcess.h [debugserver] Honor the cpu sub type if specified 2020-12-04 20:37:41 -08:00
MachProcess.mm [debugserver] Fix logic to extract app bundle from file path 2021-02-24 23:08:42 -08:00
MachTask.h [debugserver] Add option to propagate SIGSEGV to target process 2020-11-17 09:27:52 -08:00
MachTask.mm Add unconditional logging to debugserver for launch/attach processes 2021-01-11 22:17:10 -08:00
MachThread.cpp [lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI) 2020-01-24 15:07:31 -08:00
MachThread.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
MachThreadList.cpp [lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI) 2020-01-24 15:07:31 -08:00
MachThreadList.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
MachVMMemory.cpp [debugserver] Include the correct header. 2019-10-07 20:35:22 +00:00
MachVMMemory.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
MachVMRegion.cpp Replace assert with static_assert here applicable. 2019-05-15 05:39:41 +00:00
MachVMRegion.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
OsLogger.cpp
OsLogger.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ThreadInfo.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
dbgnub-mig.defs
stack_logging.h