[Lldb-commits] [lldb] [LLDB] Consolidate C++ string buffer summaries (PR #144258)

2025-06-15 Thread via lldb-commits
https://github.com/Nerixyz created https://github.com/llvm/llvm-project/pull/144258 As part of https://github.com/llvm/llvm-project/pull/143177, I moved the non-libc++ specific formatting of `std::string`s out to `CxxStringTypes` as MSVC's STL `std::string` can also be thought of a pointer+siz

[Lldb-commits] [lldb] [LLDB] Consolidate C++ string buffer summaries (PR #144258)

2025-06-15 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: nerix (Nerixyz) Changes As part of https://github.com/llvm/llvm-project/pull/143177, I moved the non-libc++ specific formatting of `std::string`s out to `CxxStringTypes` as MSVC's STL `std::string` can also be thought of a pointer+size pai

[Lldb-commits] [lldb] [lldb] add plugin names to process save-core error output. (PR #143126)

2025-06-15 Thread Ebuka Ezike via lldb-commits
da-viper wrote: >How about you remove the completion parts from this PR and tackle that topic >in another PR. Dropped all completion related changes. https://github.com/llvm/llvm-project/pull/143126 ___ lldb-commits mailing list lldb-commits@lists.llv

[Lldb-commits] [lldb] [lldb] add plugin names to process save-core error output. (PR #143126)

2025-06-15 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper updated https://github.com/llvm/llvm-project/pull/143126 >From fc849bd4e831f9dc6f53be3a8508e1eb33f4151c Mon Sep 17 00:00:00 2001 From: Ebuka Ezike Date: Fri, 6 Jun 2025 13:15:41 +0100 Subject: [PATCH] [lldb] add plugin names to process save-core error output. show t

[Lldb-commits] [lldb] [lldb] Remove a redundant control flow statement (NFC) (PR #144284)

2025-06-15 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/144284.diff 1 Files Affected: - (modified) lldb/tools/debugserver/source/RNBRemote.cpp (-1) ``diff diff --git a/lldb/tools/debugser

[Lldb-commits] [lldb] [lldb] Remove a redundant control flow statement (NFC) (PR #144284)

2025-06-15 Thread Kazu Hirata via lldb-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/144284 None >From 7763d82df4c8d050598fac2b6347ce3ba0e3518d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 15 Jun 2025 10:48:33 -0700 Subject: [PATCH] [lldb] Remove a redundant control flow statement (NFC

[Lldb-commits] [lldb] [LLDB] Update DIL to handle smart pointers; add more tests. (PR #143786)

2025-06-15 Thread via lldb-commits
https://github.com/cmtice updated https://github.com/llvm/llvm-project/pull/143786 >From 837e8dd36446104b207248c9dbf372a6da6ffbf1 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 11 Jun 2025 14:24:17 -0700 Subject: [PATCH 1/2] [LLDB] Update DIL to handle smart pointers; add more tests.

[Lldb-commits] [lldb] [LLDB] Update DIL to handle smart pointers; add more tests. (PR #143786)

2025-06-15 Thread via lldb-commits
https://github.com/cmtice updated https://github.com/llvm/llvm-project/pull/143786 >From 837e8dd36446104b207248c9dbf372a6da6ffbf1 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 11 Jun 2025 14:24:17 -0700 Subject: [PATCH 1/3] [LLDB] Update DIL to handle smart pointers; add more tests.