[Lldb-commits] [lldb] Add new Python API `SBCommandInterpreter::GetTranscript()` (PR #90703)
via lldb-commits
lldb-commits at lists.llvm.org
Wed May 1 17:03:34 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);
----------------
royitaqi wrote:
Moved. New document is in the header file, explaining all params and return.
https://github.com/llvm/llvm-project/pull/90703
More information about the lldb-commits
mailing list