[Lldb-commits] [lldb] [lldb-dap] Add a CMake variable for defining a welcome message (PR #78811)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 22 09:07:24 PST 2024
================
@@ -655,6 +663,8 @@ void request_attach(const llvm::json::Object &request) {
g_dap.SetFrameFormat(GetString(arguments, "customFrameFormat"));
g_dap.SetThreadFormat(GetString(arguments, "customThreadFormat"));
+ PrintWelcomeMessage();
----------------
walter-erquinigo wrote:
Yes, it's defined in both places
https://github.com/llvm/llvm-project/pull/78811
More information about the lldb-commits
mailing list