[Lldb-commits] [PATCH] D133164: Add the ability to show when variables fails to be available when debug info is valid.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 12 13:18:30 PDT 2022


clayborg added inline comments.


================
Comment at: lldb/test/API/commands/frame/var/TestFrameVar.py:166
+    @skipIfRemote
+    @skipIfWindows # Windows can't set breakpoints by name 'main' in this case.
+    def test_gline_tables_only(self):
----------------
This is the line that will fix the windows buildbots.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133164



More information about the lldb-commits mailing list