================
@@ -1677,6 +1677,14 @@ def request_testGetTargetBreakpoints(self):
}
return self._send_recv(command_dict)
+ def request_unknown(self):
----------------
da-viper wrote:
```suggestion
def request_custom(self, command: str, arguments: Optional[dict[str, Any]]
= None):
```
Could we change this to `request_custom` as `request_unknown` heavily implies
that that is a request that is called unknown.
https://github.com/llvm/llvm-project/pull/181109
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits