[Lldb-commits] [lldb] [lldb-dap] Fix welcome message (PR #175650)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 14 21:47:00 PST 2026


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


More information about the lldb-commits mailing list