JDevlieghere wrote: > I'm not sure how that'd integrate with the introductory message patch, > unfortunately.
Can you help me understand what stands in the way of that? The only difference seems to be where they get printed. The "welcome message" comes from the launch and attach request while the "introductory message" comes from the configurationDone request. Since the launch and attach request don't respond until we've handled the configurationDone request, it seems trivial to merge the two into the `configurationDone`, which also allows us to remove this helper from the base class as it's no longer needs to be shared by two requests. https://github.com/llvm/llvm-project/pull/175650 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
