llvm-project/lldb/source/Plugins/Process/minidump
Kazu Hirata 343523d040 [lldb] 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:25 -08:00
..
CMakeLists.txt
MinidumpParser.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
MinidumpParser.h
MinidumpTypes.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
MinidumpTypes.h
NtStructures.h
ProcessMinidump.cpp [LLDB][Minidump] Merge executable module's architecture into target's architecture. 2022-11-22 10:23:11 -08:00
ProcessMinidump.h Reland "[lldb] Remove non address bits when looking up memory regions" 2022-02-10 10:42:49 +00:00
RegisterContextMinidump_ARM.cpp [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
RegisterContextMinidump_ARM.h
RegisterContextMinidump_ARM64.cpp [LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo& 2022-10-12 08:10:24 +00:00
RegisterContextMinidump_ARM64.h
RegisterContextMinidump_x86_32.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextMinidump_x86_32.h
RegisterContextMinidump_x86_64.cpp [lldb] Refactor DataBuffer so we can map files as read-only 2022-04-05 13:46:37 -07:00
RegisterContextMinidump_x86_64.h
ThreadMinidump.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
ThreadMinidump.h