llvm-project/lldb/tools/debugserver/source
Dave Lee 55dd731b29 [debugserver] Extract function for default launch flavor
Extract a function for turning `eLaunchFlavorDefault` into a concreate `eLaunchFlavor` value.

This new function encapsulates the few compile time variables involved, and also prevents clang unused code diagnostics.

Differential Revision: https://reviews.llvm.org/D87327
2020-09-09 11:35:44 -07:00
..
MacOSX Fix debugserver's qProcessInfo reporting of maccatalyst binaries 2020-08-04 16:42:14 -07:00
ARM_DWARF_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ARM_ehframe_Registers.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt Build a flat LLDB.framework for embedded Darwin targets 2020-08-12 13:34:29 -07:00
ChangeLog [lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 18:22:22 -07:00
DNB.cpp Fix debugserver's qProcessInfo reporting of maccatalyst binaries 2020-08-04 16:42:14 -07:00
DNB.h Fix debugserver's qProcessInfo reporting of maccatalyst binaries 2020-08-04 16:42:14 -07:00
DNBArch.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DNBArch.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBBreakpoint.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DNBBreakpoint.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBDataRef.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DNBError.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBLog.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
DNBLog.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBRegisterInfo.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DNBRegisterInfo.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DNBRuntimeAction.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DNBThreadResumeActions.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
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 [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
PThreadEvent.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
PThreadMutex.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
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 [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
RNBContext.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -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 [debugserver] Fix that debugserver's stop reply packets always return signal code 0 2020-09-03 09:47:03 +02: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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SysSignal.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
TTYState.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TTYState.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
com.apple.debugserver.applist.internal.plist
com.apple.debugserver.applist.plist
com.apple.debugserver.internal.plist
com.apple.debugserver.plist
com.apple.debugserver.posix.internal.plist Add a new lockdownd plist for launching posix processes 2020-05-07 18:53:51 -07:00
com.apple.debugserver.posix.plist
com.apple.internal.xpc.remote.debugserver.plist
debugserver-entitlements.plist Update com.apple.diagnosticd.diagnostic entitlement 2019-03-01 03:34:51 +00:00
debugserver-macosx-entitlements.plist Update com.apple.diagnosticd.diagnostic entitlement 2019-03-01 03:34:51 +00:00
debugserver.cpp [debugserver] Extract function for default launch flavor 2020-09-09 11:35:44 -07: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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00