[Lldb-commits] [lldb] [lldb-dap] Support finding the lldb-dap binary (PR #118547)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 3 14:25:14 PST 2024
================
@@ -28,6 +23,70 @@ export class LLDBDapDescriptorFactory
return true;
}
+ static async findDAPExecutable(): Promise<string | undefined> {
----------------
walter-erquinigo wrote:
This function is really not complex but a bit long. Can you split it into smaller chunks?
https://github.com/llvm/llvm-project/pull/118547
More information about the lldb-commits
mailing list