https://github.com/b10902118 created
https://github.com/llvm/llvm-project/pull/147198
This bug skips the test because the wrong ptrace call to detect avaliable
hardware/breakpoint number that resuls in 0.
After tracing linux's compat_ptrace in arch/arm64/kernel/ptrace.c, found that
arm64 lldb
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (b10902118)
Changes
This bug skips the test because the wrong ptrace call to detect avaliable
hardware/breakpoint number that resuls in 0.
After tracing linux's compat_ptrace in arch/arm64/kernel/ptrace.c, found that
arm64 lldb-serve
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/147174
>From afaebb5e6a16bbf91f3de26ae69050e503d55158 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Sun, 6 Jul 2025 07:37:17 +0100
Subject: [PATCH 1/4] [lldb][test] Combine libstdc++ and libc++ std::map tests
i
https://github.com/jasonmolenda updated
https://github.com/llvm/llvm-project/pull/147011
>From bf1838f4676bab0f7c998d3dbb03b6b593103335 Mon Sep 17 00:00:00 2001
From: Jason Molenda
Date: Fri, 4 Jul 2025 00:11:30 -0700
Subject: [PATCH 1/2] [lldb] Pass address expression command args through
Fix
https://github.com/YexuanXiao edited
https://github.com/llvm/llvm-project/pull/143653
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -31,6 +34,122 @@ static DWORD
ToTimeout(std::optional point) {
return ceil(dur).count();
}
+namespace {
+
+class PipeEvent : public MainLoopWindows::IOEvent {
+public:
+ explicit PipeEvent(HANDLE handle)
+ : IOEvent((IOObject::WaitableHandle)CreateEventW(
+
@@ -44,26 +163,20 @@ MainLoopWindows::~MainLoopWindows() {
}
llvm::Expected MainLoopWindows::Poll() {
- std::vector events;
+ std::vector events;
events.reserve(m_read_fds.size() + 1);
- for (auto &[fd, info] : m_read_fds) {
-int result = WSAEventSelect(fd, info.even
https://github.com/slydiman edited
https://github.com/llvm/llvm-project/pull/145621
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/slydiman deleted
https://github.com/llvm/llvm-project/pull/145621
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
HemangGadhavi wrote:
> I suggest you look in lldb's source for any uses of the DWARF32 symbol, I bet
> we've done this elsewhere too.
Yes I already found it and its in my list to fix, there are few places where
`DWARF32` parsing but I was planing to do in separate PR. or you want me to do
it
11 matches
Mail list logo