llvm-project/lldb/source
Pavel Labath 1847f4dd75 [lldb/Utility] Rewrite Scalar::SetValueFromCString
The function's reliance on host types meant that it was needlessly
complicated, and did not handle the newer (wider) types. Rewrite it in
terms of APInt/APFloat functions to save code and improve functionality.
2020-07-13 16:44:42 +02:00
..
API [ldb/Reproducers] Add YamlRecorder and MultiProvider 2020-07-10 12:48:22 -07:00
Breakpoint [lldb][NFC] Clarify that spaces can't be in breakpoint names 2020-07-05 10:55:02 +02:00
Commands [lldb] Replace StringConvert with llvm::to_integer when parsing integer values in CommandObjects 2020-07-01 17:19:31 +02:00
Core [lldb][NFC] Refactor instruction dumping out of DumpDataExtractor 2020-07-13 15:03:40 +02:00
DataFormatters [lldb] Small improvements in ValueObjectPrinter::PrintDecl (NFC) 2020-06-12 21:05:05 -07:00
Expression Unify the ExecutionContextScope computation in Materializer. 2020-07-08 15:18:21 -07:00
Host [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [lldb/ScriptInterpreter] Fix missing include on Windows 2020-06-25 12:19:04 -07:00
Plugins [lldb][NFC] Early-exit in DWARFASTParserClang::ParseSingleMember 2020-07-13 13:21:12 +02:00
Symbol [Function] Lock the function when parsing call site info 2020-07-09 10:37:09 -07:00
Target [lldb] Use std::make_unique<> (NFC) 2020-06-24 17:48:40 -07:00
Utility [lldb/Utility] Rewrite Scalar::SetValueFromCString 2020-07-13 16:44:42 +02: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] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY 2020-02-20 10:07:50 -08:00