llvm-project/lldb/source
Adrian Prantl a0b674fd7f Fix UB in EmulateInstructionARM64.cpp
This fixes an unhandled signed integer overflow in AddWithCarry() by
using the llvm::checkedAdd() function. Thats to Vedant Kumar for the
suggestion!

<rdar://problem/60926115>

Differential Revision: https://reviews.llvm.org/D80955
2020-06-01 18:11:50 -07:00
..
API [lldb/CMake] Set both the BUILD and INSTALL RPATH on macOS 2020-05-28 16:04:35 -07:00
Breakpoint [lldb][nfc] early exit/continue 2020-04-03 14:50:08 +02:00
Commands [lldb] Tab completion for process plugin name 2020-05-27 14:11:16 +02:00
Core [lldb] Tab completion for process plugin name 2020-05-27 14:11:16 +02:00
DataFormatters [lldb/DataFormatters] Delete GetStringPrinterEscapingHelper 2020-05-04 14:06:55 -07:00
Expression [lldb] Remove custom DWARF expression printing code 2020-05-25 16:09:25 +02:00
Host Fix a use-after-free in GetXcodeSDKPath 2020-05-27 14:27:16 -07:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [lldb] Tab completion for process plugin name 2020-05-27 14:11:16 +02:00
Plugins Fix UB in EmulateInstructionARM64.cpp 2020-06-01 18:11:50 -07:00
Symbol [lldb] Remove custom DWARF expression printing code 2020-05-25 16:09:25 +02:00
Target Print a warning when stopped in a frame LLDB has no plugin for. 2020-05-22 15:37:36 -07:00
Utility [lldb/Reproducers] Skip API logging in the DUMMY macro 2020-05-27 10:35:43 -07: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