slydiman wrote:
https://lab.llvm.org/staging/#/builders/197/builds/76
https://github.com/llvm/llvm-project/pull/115619
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Kazu Hirata (kazutakahirata)
Changes
Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.
---
Full diff: https://github.com/llvm/llvm-project/pull/115634.diff
2 Files Affected:
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/115634
Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.
>From 798021f7ff3a0f9578e7df39cc9bd6d11cb8c400 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/115571
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dmitry Vasilyev (slydiman)
Changes
See #115618 for details.
---
Full diff: https://github.com/llvm/llvm-project/pull/115619.diff
1 Files Affected:
- (modified) lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py
(+5)
`
https://github.com/slydiman created
https://github.com/llvm/llvm-project/pull/115619
See #115618 for details.
>From 400bab13848936de4c5742b11e0d1d2f5e92f5ec Mon Sep 17 00:00:00 2001
From: Dmitry Vasilyev
Date: Sun, 10 Nov 2024 01:20:07 +0400
Subject: [PATCH] [lldb] Disable TestCancelAttach for
https://github.com/slydiman created
https://github.com/llvm/llvm-project/pull/115613
Some API tests (compiler calls) create a lot of garbage and cause unexpected
behavior in case of Windows host and Linux target, e.g.
```
lldb/test/API/commands/process/attach/%SystemDrive%/
lldb/test/API/functi
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dmitry Vasilyev (slydiman)
Changes
Some API tests (compiler calls) create a lot of garbage and cause unexpected
behavior in case of Windows host and Linux target, e.g.
```
lldb/test/API/commands/process/attach/%SystemDrive%/
lldb/test/API/f
DhruvSrivastavaX wrote:
Hi @labath,
So the error was due to the endianness difference between Linux and AIX.
The previous failure with the new test case has gone now.
I have dropped a fix so that AIX binary is recognised on little endian
platforms as well, but
if there is any better way to add
https://github.com/DhruvSrivastavaX updated
https://github.com/llvm/llvm-project/pull/111814
>From 08c9d5ae66ca857d165dc878ebd1b2e0de364a24 Mon Sep 17 00:00:00 2001
From: Dhruv-Srivastava
Date: Thu, 10 Oct 2024 02:24:42 -0500
Subject: [PATCH 1/8] Taking base file structure from ELF as reference
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/115590
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Kazu Hirata
Date: 2024-11-09T08:22:41-08:00
New Revision: c3c424d2eafeba4ec25df8698e6311a8fa78fbfe
URL:
https://github.com/llvm/llvm-project/commit/c3c424d2eafeba4ec25df8698e6311a8fa78fbfe
DIFF:
https://github.com/llvm/llvm-project/commit/c3c424d2eafeba4ec25df8698e6311a8fa78fbfe.diff
L
DhruvSrivastavaX wrote:
Hi @labath
To keep the changes for Process Plugin going forward, I have changed the file
path as discussed.
Will proceed to push the AIX Process Plugin related files next.
Please review once more and see if we can proceed with the merge?
Once the NativeProcessAIX and o
https://github.com/DhruvSrivastavaX updated
https://github.com/llvm/llvm-project/pull/108000
>From 426874ab276182858b75e9bbf8704dab1742757c Mon Sep 17 00:00:00 2001
From: Dhruv-Srivastava
Date: Tue, 10 Sep 2024 04:38:32 -0500
Subject: [PATCH 1/4] Ptrace code base for AIX
---
lldb/include/lldb
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/115590
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
15 matches
Mail list logo