[all-commits] [llvm/llvm-project] 23ee70: Recommit [lldb] Test 'v' support for direct ivar a...
Dave Lee via All-commits
all-commits at lists.llvm.org
Mon Mar 6 11:52:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08
https://github.com/llvm/llvm-project/commit/23ee705ac99aade24cec0ebb8f6c4cfc76bcdb08
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/cpp/Makefile
A lldb/test/API/commands/frame/var/direct-ivar/cpp/TestFrameVarDirectIvarCpp.py
A lldb/test/API/commands/frame/var/direct-ivar/cpp/main.cpp
A lldb/test/API/commands/frame/var/direct-ivar/objc/Makefile
A lldb/test/API/commands/frame/var/direct-ivar/objc/TestFrameVarDirectIvarObjC.py
A lldb/test/API/commands/frame/var/direct-ivar/objc/main.m
Log Message:
-----------
Recommit [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`.
This splits the tests, preventing ObjC tests from running on Linux.
Differential Revision: https://reviews.llvm.org/D145348
More information about the All-commits
mailing list