[Lldb-commits] [lldb] [lldb] Upstream lldb-rpc-gen and LLDB RPC server-side emitters (PR #136748)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 29 05:54:17 PDT 2025


================
@@ -0,0 +1,57 @@
+#!/usr/bin/env python3
+# Usage: convert-lldb-header-to-rpc-header.py <path/to/input-header.h> <path/to/output-header.h>
+
+import argparse
+import os
+import re
+import subprocess
----------------
DavidSpickett wrote:

Audit these imports, I think at least subprocess is unused.

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


More information about the lldb-commits mailing list