[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 11:14:12 PDT 2024


================
@@ -37,6 +37,8 @@ def test_with_run_command(self):
             substrs=["stopped", "stop reason = breakpoint"],
         )
 
+        self.runCmd("command script import ./ConvertToDataFormatter.py", check=True)
----------------
jeffreytan81 wrote:

Instead of changing existing test method to test create from data case, let's add a new test method instead so that both default and create from data formatters are tested.

https://github.com/llvm/llvm-project/pull/89110


More information about the lldb-commits mailing list