llvm-project/lldb/source/Host/common
Jonas Devlieghere 570e10cb9d
[lldb] Fix warning: comparison of integers of different signs
Fixes a warning about comparison of integers of different signs
'wchar_t' and 'int' in Editline.cpp:

      return out != (int)WEOF;
             ~~~ ^  ~~~~~~~~~
2022-08-15 11:25:46 -07:00
..
Editline.cpp [lldb] Fix warning: comparison of integers of different signs 2022-08-15 11:25:46 -07:00
File.cpp Use value instead of getValue (NFC) 2022-07-15 20:03:13 -07:00
FileAction.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
FileCache.cpp
FileSystem.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
GetOptInc.cpp [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
Host.cpp [lldb] Use true instead of 0 (NFC) 2022-07-24 12:27:06 -07:00
HostInfoBase.cpp [LLDB][RISCV] Add riscv register definition and read/write 2022-08-11 14:24:06 +08:00
HostNativeThreadBase.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
HostProcess.cpp [lldb/host] Remove monitor_signals argument from process monitoring functions 2022-02-24 11:12:59 +01:00
HostThread.cpp
LZMA.cpp
LockFileBase.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
MainLoop.cpp [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3 2022-07-27 10:39:49 -07:00
MonitoringProcessLauncher.cpp [lldb/host] Remove monitor_signals argument from process monitoring functions 2022-02-24 11:12:59 +01:00
NativeProcessProtocol.cpp [LLDB][RISCV] Add riscv software breakpoint trap code 2022-08-11 14:26:22 +08:00
NativeRegisterContext.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
NativeThreadProtocol.cpp
NativeWatchpointList.cpp
OptionParser.cpp [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header 2020-11-12 15:30:26 +01:00
PipeBase.cpp
ProcessLaunchInfo.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
ProcessRunLock.cpp [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
PseudoTerminal.cpp [lldb] Fix an unused function warning 2022-05-25 09:49:05 -07:00
Socket.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
SocketAddress.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
TCPSocket.cpp [LLDB][NFC] Fix the style issue in TCPSocket 2022-08-11 18:02:01 -07:00
Terminal.cpp Use value instead of getValue (NFC) 2022-07-15 20:03:13 -07:00
ThreadLauncher.cpp [lldb] Modernize ThreadLauncher 2022-02-23 14:25:59 +01:00
UDPSocket.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
XML.cpp [lldb] fix memory leak in "GetGDBServerRegisterInfoXMLAndProcess" 2022-01-10 14:33:09 -08:00