[Lldb-commits] [PATCH] D146320: [lldb] Test direct ivar access in objc++ (NFC)

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 17 15:04:33 PDT 2023


aprantl added inline comments.


================
Comment at: lldb/test/API/commands/frame/var/direct-ivar/objcpp/main.mm:6
+  void fun() {
+    // check this
+  }
----------------
I would recommend using `printf("check this")` to make 100% sure that there is code on this line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146320/new/

https://reviews.llvm.org/D146320



More information about the lldb-commits mailing list