[Lldb-commits] [PATCH] D151940: Fix regex & startsWith name lookup in SBTarget::FindGlobalVariables

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 1 15:13:01 PDT 2023


mib accepted this revision.
mib added a comment.

LGTM!



================
Comment at: lldb/test/API/lang/cpp/class_static/TestStaticVariables.py:182
         self.DebugSBValue(val)
-        self.assertEqual(val.GetName(), "A::g_points")
+        value_check_A.check_value(self, val, "FiindValue also works")
 
----------------
typo ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151940



More information about the lldb-commits mailing list