[Lldb-commits] [lldb] r340562 - Fix format string issue introduced in r340548

2019-10-04 Thread Walter Lee via lldb-commits
Author: waltl Date: Thu Aug 23 11:26:26 2018 New Revision: 340562 URL: http://llvm.org/viewvc/llvm-project?rev=340562&view=rev Log: Fix format string issue introduced in r340548 Make format string portable. Modified: lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxx.cpp Modified: lldb/tru

[Lldb-commits] [lldb] [lldb-dap] Addressing ubsan enum usage. (PR #133542)

2025-03-28 Thread Walter Lee via lldb-commits
https://github.com/googlewalt approved this pull request. https://github.com/llvm/llvm-project/pull/133542 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Addressing ubsan enum usage. (PR #133542)

2025-03-28 Thread Walter Lee via lldb-commits
https://github.com/googlewalt approved this pull request. https://github.com/llvm/llvm-project/pull/133542 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Initialize field to appease msan (PR #141537)

2025-05-26 Thread Walter Lee via lldb-commits
https://github.com/googlewalt created https://github.com/llvm/llvm-project/pull/141537 Tested with lldb and lldb-dap test suites. >From d1d4ea56e970caf92ed1e5dd5848c974e6d0b795 Mon Sep 17 00:00:00 2001 From: Walter Lee Date: Mon, 26 May 2025 21:15:07 -0400 Subject: [PATCH] Initialize field to

[Lldb-commits] [lldb] Initialize field to appease msan (PR #141537)

2025-05-26 Thread Walter Lee via lldb-commits
googlewalt wrote: I can do that. It's probably better, though currently nothing in the struct is initialized. https://github.com/llvm/llvm-project/pull/141537 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[Lldb-commits] [lldb] Initialize field to appease msan (PR #141537)

2025-05-26 Thread Walter Lee via lldb-commits
googlewalt wrote: > Do we want to do the initialization here or inside the struct definition in > `ProtocolTypes.h`? Done. https://github.com/llvm/llvm-project/pull/141537 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.o

[Lldb-commits] [lldb] Initialize field to appease msan (PR #141537)

2025-05-26 Thread Walter Lee via lldb-commits
https://github.com/googlewalt updated https://github.com/llvm/llvm-project/pull/141537 >From d1d4ea56e970caf92ed1e5dd5848c974e6d0b795 Mon Sep 17 00:00:00 2001 From: Walter Lee Date: Mon, 26 May 2025 21:15:07 -0400 Subject: [PATCH 1/2] Initialize field to appease msan Tested with lldb and lldb-

[Lldb-commits] [lldb] Initialize field to appease msan (PR #141537)

2025-05-26 Thread Walter Lee via lldb-commits
https://github.com/googlewalt closed https://github.com/llvm/llvm-project/pull/141537 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix warnings (PR #141687)

2025-05-28 Thread Walter Lee via lldb-commits
googlewalt wrote: I don't have any expertise in this code, but it looks like it shouldn't break anything and fixes a bunch of build breakages, so I'm going to check it in. https://github.com/llvm/llvm-project/pull/141687 ___ lldb-commits mailing list

[Lldb-commits] [lldb] [lldb] Fix warnings (PR #141687)

2025-05-28 Thread Walter Lee via lldb-commits
https://github.com/googlewalt closed https://github.com/llvm/llvm-project/pull/141687 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix warnings (PR #141687)

2025-05-28 Thread Walter Lee via lldb-commits
https://github.com/googlewalt approved this pull request. https://github.com/llvm/llvm-project/pull/141687 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits