jmorse wrote:
NB, I'm looking less likely to have time for this soon; if you're able to add
some coverage to the unit tests (there'll be somewhere using those DIBuilder
APIs that can duplicated to use iterator insertion instead), it'll speed things
up.
https://github.com/llvm/llvm-project/pul
@@ -278,19 +268,16 @@ bool Block::GetRangeContainingLoadAddress(lldb::addr_t
load_addr,
uint32_t Block::GetRangeIndexContainingAddress(const Address &addr) {
Function *function = CalculateSymbolContextFunction();
- if (function) {
-const AddressRange &func_range = func
DavidSpickett wrote:
> I have added a live process test. But I struggle to test it (it is currently
> wrong on purpose - so ignore a eventually green pipeline). First off, I
> struggle to build libc with RISCV (I am cross compiling from x86-64).
> Additionally, I will probably have problems ru
https://github.com/kper updated https://github.com/llvm/llvm-project/pull/124475
>From 0265d7e28d95d2dc2c06832b63ce7bd141429b99 Mon Sep 17 00:00:00 2001
From: Kevin Per
Date: Sun, 26 Jan 2025 17:34:17 +
Subject: [PATCH 01/11] lldb: Extended if conditions to support alias names for
registers
https://github.com/kper updated https://github.com/llvm/llvm-project/pull/124475
>From 0265d7e28d95d2dc2c06832b63ce7bd141429b99 Mon Sep 17 00:00:00 2001
From: Kevin Per
Date: Sun, 26 Jan 2025 17:34:17 +
Subject: [PATCH 01/10] lldb: Extended if conditions to support alias names for
registers
https://github.com/labath approved this pull request.
https://github.com/llvm/llvm-project/pull/125244
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath wrote:
I think we do, because I've tested this on my (arm) macbook, and it worked fine
there.
https://github.com/llvm/llvm-project/pull/123945
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
kper wrote:
I have added a live process test. But I struggle to test it (it is currently
wrong on purpose - so ignore a eventually green pipeline). First off, I
struggle to build libc with RISCV (I am cross compiling from x86-64).
Additionally, I will probably have problems running the (riscv)
101 - 108 of 108 matches
Mail list logo