jasonmolenda wrote:

An example of the difference in the output this makes for `script help 
(lldb.SBProcess)`.  Old:

```
 |  PutSTDIN(self, src)
 |      Writes data into the current process's stdin. API client specifies a 
Python
 |      string as the only argument.
```

new:

```
 |  PutSTDIN(self, src)
 |      PutSTDIN(SBProcess self, char const * src) -> size_t
 |      
 |          Writes data into the current process's stdin. API client specifies 
a Python
 |          string as the only argument.
```

https://github.com/llvm/llvm-project/pull/88073
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to