[all-commits] [llvm/llvm-project] 6d3ad9: [LLDB] Update DIL handling of array subscripting. ...
cmtice via All-commits
all-commits at lists.llvm.org
Fri Aug 15 08:27:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d3ad9d9fd830eef0ac8a9d558e826b8b624e17d
https://github.com/llvm/llvm-project/commit/6d3ad9d9fd830eef0ac8a9d558e826b8b624e17d
Author: cmtice <cmtice at google.com>
Date: 2025-08-15 (Fri, 15 Aug 2025)
Changed paths:
M lldb/source/ValueObject/DILEval.cpp
M lldb/test/API/commands/frame/var-dil/basics/ArraySubscript/TestFrameVarDILArraySubscript.py
M lldb/test/API/commands/frame/var-dil/basics/ArraySubscript/main.cpp
A lldb/test/API/commands/frame/var-dil/basics/ArraySubscript/myArraySynthProvider.py
Log Message:
-----------
[LLDB] Update DIL handling of array subscripting. (#151605)
This updates the DIL code for handling array subscripting to more
closely match and handle all the cases from the original 'frame var'
implementation. Also updates the DIL array subscripting test. This
particularly fixes some issues with handling synthetic children, objc
pointers, and accessing specific bits within scalar data types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list