llvm-project/lldb/tools/debugserver/source
Jason Molenda 2b30fc2ff3 Fix two bugs with stack corefiles patch, restrict test built debugserver
These two tests, TestSkinnyCorefile.py and TestStackCorefile.py,
require a new debugserver on darwin systems to run correctly; for now,
skip them if the system debugserver is in use.  There's no easy way to
test if the debugserver being used supports either of these memory
region info features. For end users, the fallback will be a full
corefile and that's not the worst thing, but for the tests it is a
problem.
2021-08-11 17:19:31 -07:00
..
MacOSX Add the ability to process save-core stack-memory-only corefiles 2021-08-11 13:37:31 -07:00
ARM_DWARF_Registers.h
ARM_ehframe_Registers.h
CMakeLists.txt Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07:00
ChangeLog [lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 18:22:22 -07:00
DNB.cpp Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07:00
DNB.h Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07:00
DNBArch.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBArch.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBBreakpoint.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02: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 [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBDataRef.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBDefs.h Add the ability to process save-core stack-memory-only corefiles 2021-08-11 13:37:31 -07:00
DNBError.cpp
DNBError.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBLog.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBLog.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBRegisterInfo.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
DNBRegisterInfo.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02: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][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
JSON.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
JSON.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02: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 [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
PThreadEvent.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
PThreadMutex.cpp
PThreadMutex.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
PseudoTerminal.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
PseudoTerminal.h [lldb/debugserver] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 18:22:22 -07:00
RNBContext.cpp Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07:00
RNBContext.h Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07: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 Fix two bugs with stack corefiles patch, restrict test built debugserver 2021-08-11 17:19:31 -07:00
RNBRemote.h Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07: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 [NFC] remove unreferenced function ResolveIPV4HostName 2021-06-25 13:45:11 +02: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 [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
StdStringExtractor.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
SysSignal.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02: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
TTYState.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
debugserver.cpp Remove the DarwinLog functionality from debguserver 2021-07-20 00:36:56 -07:00
debugserver_vers.c.in [debugserver] Include LLDB_VERSION_SUFFIX in debugserver version 2021-05-03 15:05:32 -07:00
libdebugserver.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
libdebugserver.h