[Lldb-commits] [lldb] [lldb] Updated lldb-server to spawn the child process and share socket (PR #101283)

2024-08-10 Thread Dmitry Vasilyev via lldb-commits
https://github.com/slydiman updated https://github.com/llvm/llvm-project/pull/101283 >From 6b2a41ba3d71270e81e24a42d3b4f5dc2f96b939 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev Date: Wed, 31 Jul 2024 05:41:21 +0400 Subject: [PATCH 1/6] [lldb] Updated lldb-server to spawn the child process and

[Lldb-commits] [lldb] [lldb] Construct SmallVector with ArrayRef (NFC) (PR #102793)

2024-08-10 Thread Kazu Hirata via lldb-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/102793 None >From 676375dea7921fa81dff17403d587eb2592db030 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 10 Aug 2024 23:23:22 -0700 Subject: [PATCH] [lldb] Construct SmallVector with ArrayRef (NFC) ---

[Lldb-commits] [lldb] [lldb] Construct SmallVector with ArrayRef (NFC) (PR #102793)

2024-08-10 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/102793.diff 1 Files Affected: - (modified) lldb/include/lldb/Utility/UUID.h (+1-1) ``diff diff --git a/lldb/include/lldb/Utility/UU