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

via lldb-commits lldb-commits at lists.llvm.org
Thu May 23 12:18:10 PDT 2024


================
@@ -17,6 +17,15 @@ def setUp(self):
         # Find the line number to break at.
         self.line = line_number("main.cpp", "// Set break point at this line.")
 
+    # This is the function to remove the custom formats in order to have a
----------------
jimingham wrote:

Ah, I see you didn't originally do that, so don't feel required to do that, but it's still the better way to do it...

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


More information about the lldb-commits mailing list