llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running
on `linaro-lldb-arm-ubuntu` while building `lldb` at step 6 "test".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/18/builds/15188
Here is the relevant piece of the build log
https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/137555
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/137555
>From 1ebef7a5a58c8153e387f299d4831587e5af82c2 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Sun, 27 Apr 2025 14:55:34 -0700
Subject: [PATCH] [debugserver] Remove PThreadMutex (NFC)
Now that all u
https://github.com/jasonmolenda approved this pull request.
lol thanks for updating the xcode project file, it's sometimes handy to build
debugserver alone without the rest of lldb.
https://github.com/llvm/llvm-project/pull/137555
___
lldb-commits mai
JDevlieghere wrote:
Depends on:
- #137554
- #137553
- #137547
- #137543
- #137542
- #137541
- #137540
https://github.com/llvm/llvm-project/pull/137555
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/l
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/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