[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed May 1 15:15:56 PDT 2024


================
@@ -290,6 +290,9 @@ class StructuredData {
 
     void GetDescription(lldb_private::Stream &s) const override;
 
+    static ArraySP SplitString(llvm::StringRef s, char separator, int maxSplit,
+                               bool keepEmpty);
----------------
medismailben wrote:

Could you document this method ? It's not clear what `maxSplit` & `keepEmpty` do

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


More information about the lldb-commits mailing list