llvm-project/lldb/tools/debugserver/source
Gabriel Ravier 7240436c94
[lldb] Fixed a number of typos
I went over the output of the following mess of a command:

  (ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel
  --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E
  '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' |
  aspell pipe -W3 | grep : | cut -d' ' -f2 | less)

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).

Differential revision: https://reviews.llvm.org/D131122
2022-09-13 10:38:38 -07:00
..
MacOSX [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
ARM_DWARF_Registers.h
ARM_ehframe_Registers.h
CMakeLists.txt [debugserver ] Un-conditionalize use of libcompression 2022-04-13 14:36:25 -07:00
ChangeLog
DNB.cpp Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
DNB.h Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -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] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
DNBBreakpoint.h
DNBDataRef.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07: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 Fix debugserver translation check 2022-05-05 11:31:23 -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
DNBTimer.h [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
JSON.cpp [lldb] Move StringConvert inside debugserver 2021-09-27 14:32:42 +02:00
JSON.h [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
JSONGenerator.h Add DumpBinaryEscaped method to JSONGenerator, avoid extra copy 2022-04-04 14:14:02 -07:00
PThreadCondition.h
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
RNBContext.cpp Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
RNBContext.h Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
RNBDefs.h
RNBRemote.cpp [lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserver 2022-08-15 17:35:39 +01:00
RNBRemote.h Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -07:00
RNBServices.cpp
RNBServices.h
RNBSocket.cpp [NFC] remove unreferenced function ResolveIPV4HostName 2021-06-25 13:45:11 +02:00
RNBSocket.h
StdStringExtractor.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
StdStringExtractor.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
StringConvert.cpp [lldb] Move StringConvert inside debugserver 2021-09-27 14:32:42 +02:00
StringConvert.h [lldb] Move StringConvert inside debugserver 2021-09-27 14:32:42 +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
TTYState.cpp [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB 2022-03-31 13:21:49 -07:00
TTYState.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
debugserver.cpp Add a darwin platform setting to specify which exceptions debugserver 2022-05-18 10:16:11 -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