================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
