llvm-project/lldb/unittests/Process/gdb-remote
Kazu Hirata d2a6114f27 [lldb/unittests] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 16:51:27 -08:00
..
CMakeLists.txt [lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor 2021-10-26 13:06:19 +02:00
GDBRemoteClientBaseTest.cpp [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
GDBRemoteCommunicationClientTest.cpp [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
GDBRemoteCommunicationServerLLGSTest.cpp [lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor 2021-10-26 13:06:19 +02:00
GDBRemoteCommunicationServerTest.cpp
GDBRemoteCommunicationTest.cpp [gdb-remote] Move broadcasting logic down to GDBRemoteClientBase 2022-09-09 17:13:08 +02:00
GDBRemoteTestUtils.cpp
GDBRemoteTestUtils.h [gdb-remote] Move broadcasting logic down to GDBRemoteClientBase 2022-09-09 17:13:08 +02:00
PortMapTest.cpp [lldb] Error when there are no ports to launch a gdbserver on 2020-11-30 10:19:14 +00:00