[all-commits] [llvm/llvm-project] 03e5c4: [lldb] Test 'v' support for direct ivar access (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Mon Mar 6 10:42:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1
https://github.com/llvm/llvm-project/commit/03e5c46e15b4a196cdca0c646e61f0c92a6dc7e1
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
A lldb/test/API/commands/frame/var/direct-ivar/Makefile
A lldb/test/API/commands/frame/var/direct-ivar/TestFrameVarDirectIvar.py
A lldb/test/API/commands/frame/var/direct-ivar/main.mm
Log Message:
-----------
[lldb] Test 'v' support for direct ivar access (NFC)
Add basic tests for `frame variable`'s ability to direct access fields of `this` and
ivars of `self`.
Differential Revision: https://reviews.llvm.org/D145348
More information about the All-commits
mailing list