llvm-capstone/lldb/test
LU Hongyi e15d6b520e [lldb][DWARFExpression] Fix DW_OP_div to use signed division
This patch resolves an issue where a value
is incorrectly displayed if it is represented
by DW_OP_div.

This issue is caused by lldb evaluating
operands of DW_OP_div as unsigned
and performed unintended unsigned
division.

This issue is resolved by creating two
temporary signed scalar and performing
signed division.

(Addresses GH#61727)

Differential Revision: https://reviews.llvm.org/D147370
2023-05-02 07:38:52 -04:00
..
API Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters." 2023-05-01 16:19:01 -07:00
Shell [lldb][DWARFExpression] Fix DW_OP_div to use signed division 2023-05-02 07:38:52 -04:00
Unit Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00
CMakeLists.txt [lldb] Introduce CMake variable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS 2023-03-20 10:41:22 -07:00
lit.cfg.py
lit.site.cfg.py.in Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00