llvm-project/lldb/source
Raphael Isemann 2a3ef377ec [lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size
m_size can only be 1 or 0 and indicates if the optional has a value. Calling
it 'm_size', giving it a size_t data type and then also comparing indices against
'size' is very confusing. Let's just make this a bool.
2020-02-10 13:03:06 +01:00
..
API [lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward declare plugin initializers 2020-02-07 18:02:21 -08:00
Breakpoint Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Commands [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux 2020-02-10 10:29:32 +01:00
Core [lldb] Delete ValueObjectRegisterContext class 2020-02-07 09:20:22 -08:00
DataFormatters [LLDB] Fix compilation with GCC 5 2020-02-06 10:16:32 +02:00
Expression [lldb][NFCI] Remove UserExpression::GetJITModule 2020-01-30 23:20:19 -08:00
Host [lldb] Improve debugging 32-bit programs on NetBSD/amd64 2020-02-07 17:48:33 +01:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [LLDB] Fix compilation with GCC 5 2020-02-06 10:16:32 +02:00
Plugins [lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size 2020-02-10 13:03:06 +01:00
Symbol [lldb] Rename Type::ResolveClangType to Type::ResolveCompilerType 2020-02-04 15:40:48 -08:00
Target [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux 2020-02-10 10:29:32 +01:00
Utility [lldb/Reproducers] Change the way we instrument void* arguments 2020-02-04 19:05:13 -08:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00