andrurogerz wrote:
@labath there have been no additional comments; is there anyone specifically
you'd like me to seek feedback from?
@JDevlieghere would you have a moment to take a look at this PR soon? I really
appreciate it.
@compnerd FYI
https://github.com/llvm/llvm-project/pull/106443
__
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz updated
https://github.com/llvm/llvm-project/pull/106443
>From 476a0109d5889a80d90ae484a553cce058a6e5ce Mon Sep 17 00:00:00 2001
From: Andrew Rogers
Date: Mon, 26 Aug 2024 17:42:35 -0700
Subject: [PATCH 1/4] [android] get lldb tests working against newer Android
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz ready_for_review
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/106443
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz created
https://github.com/llvm/llvm-project/pull/106443
Running the LLDB API tests against a remote Android target with NDK version r22
or later fails when compiling the test inferiors.
## Problem Details
Android introduced a unified tools layout in NDK r19 (201
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/99934
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz edited
https://github.com/llvm/llvm-project/pull/99934
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
andrurogerz wrote:
cc @compnerd
https://github.com/llvm/llvm-project/pull/99934
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/andrurogerz created
https://github.com/llvm/llvm-project/pull/99934
## Issue
Attempting to run the lldb API tests against a remote-android target fails with
the error `NameError: name 'urlparse' is not defined`.
## Root Cause
It looks the Python import of `urlparse` was remo
14 matches
Mail list logo