https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/137553
The debugserver code predates modern C++, but with C++11 and later there's no
need to have something like PThreadMutex. This migrates MachProcess away from
PThreadMutex in preparation for removing it.
>Fr
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
The debugserver code predates modern C++, but with C++11 and later there's no
need to have something like PThreadMutex. This migrates MachProcess away from
PThreadMutex in preparation for removing i
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/137555
Now that all uses of PThreadMutex have been migrated to their C++ equivalent,
this PR removes PThreadMutex itself.
>From 1095cfe9cfc0664784884089e52ee50b3976ad4c Mon Sep 17 00:00:00 2001
From: Jonas Devlie
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
Now that all uses of PThreadMutex have been migrated to their C++ equivalent,
this PR removes PThreadMutex itself.
---
Full diff: https://github.com/llvm/llvm-project/pull/137555.diff
9 Files Affe
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/137554
The debugserver code predates modern C++, but with C++11 and later there's no
need to have something like PThreadMutex. This migrates PThreadEvent away from
PThreadMutex in preparation for removing it.
>F
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
The debugserver code predates modern C++, but with C++11 and later there's no
need to have something like PThreadMutex. This migrates PThreadEvent away from
PThreadMutex in preparation for removing
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/137522
>From 2388b0951a3e9b0e2ebd297881f17423c8d68b4e Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sun, 27 Apr 2025 11:23:20 +0100
Subject: [PATCH 1/3] [lldb][docs] Document new frame-format variables
---
lld
@@ -322,6 +323,186 @@ enum SteppingGranularity : unsigned {
bool fromJSON(const llvm::json::Value &, SteppingGranularity &,
llvm::json::Path);
+/// Information about a breakpoint created in `setBreakpoints`,
+/// `setFunctionBreakpoints`, `setInstructionBreakpoin
@@ -322,6 +323,186 @@ enum SteppingGranularity : unsigned {
bool fromJSON(const llvm::json::Value &, SteppingGranularity &,
llvm::json::Path);
+/// Information about a breakpoint created in `setBreakpoints`,
+/// `setFunctionBreakpoints`, `setInstructionBreakpoin
labath wrote:
> Weird, I wonder what the protected member is that the error is talking about.
> Anyway, this seems fine.
> 'llvm::Error::Error'
It's the default constructor. I guess the implementation tries to default
construct the object on some (maybe not dynamically reachable) code path.
101 - 110 of 110 matches
Mail list logo