[Lldb-commits] [lldb] Add the ability to define custom completers to the parsed_cmd template. (PR #109062)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 19 16:50:48 PDT 2024
================
@@ -587,8 +587,150 @@ say
SBCommandReturnObject and SBStream both support this file-like behavior by
providing write() and flush() calls at the Python layer.
+The commands that are added using this Class definition are what lldb calls
----------------
medismailben wrote:
```suggestion
The commands that are added using this class definition are what lldb calls
```
https://github.com/llvm/llvm-project/pull/109062
More information about the lldb-commits
mailing list