[lldb-dev] lldb-vscode plugin information for Windows/Arm platform

2022-01-20 Thread Omair Javaid via lldb-dev
Hi Greg, I intend to understand requirements to set up the lldb-vscode tool for Windows on Arm. I have been looking at your vscode readme from https://github.com/llvm/llvm-project/blob/cfae2c65dbbe1a252958b4db2e32574e8e8dcec0/lldb/tools/lldb-vscode/README.md If I understood correctly Windows on

[lldb-dev] LLDB Windows on Arm64 buildbot

2022-01-14 Thread Omair Javaid via lldb-dev
Hi, This is to notify that we are in process of setting up a LLDB Windows on Arm64 buildbot which will help share the load of maintenance of LLDB Windows platform support. Should you have any query or suggestions please feel free to contact us. Thanks! -- Omair Javaid www.linaro.org

Re: [lldb-dev] who is maintaining lldb-x86_64-debian

2021-09-02 Thread Omair Javaid via lldb-dev
Hi Jan, On Thu, 2 Sept 2021 at 17:29, Jan Kratochvil wrote: > On Thu, 02 Sep 2021 12:42:37 +0200, Raphael “Teemperor” Isemann via > lldb-dev wrote: > > If this is about the TestGuiBasicDebug failures, then that test is also > > failing on other bots. I personally would vote to disable the test

[lldb-dev] who is maintaining lldb-x86_64-debian

2021-09-02 Thread Omair Javaid via lldb-dev
Hi There have been sporadic failures due to timeouts on lldb-x86_64-debian . I don't see Pavel maintingi it now. Does anyone know who's looking after this bot? Thanks! -- Omair Javaid www.linaro.org ___

Re: [lldb-dev] [cfe-dev] [llvm-dev] Attn Buildbot Owners: Would you like your builder to test the release branch?

2021-04-16 Thread Omair Javaid via lldb-dev
On Wed, 14 Apr 2021 at 20:41, Tom Stellard wrote: > On 4/14/21 5:50 AM, Omair Javaid wrote: > > Ping! > > > > Tom, any update on this? > > > > Yes, thanks for reminding me. The infrastructure is in place now, so > we can start adding more bots. Do you have a bot that you want to add? > > -Tom

Re: [lldb-dev] [cfe-dev] [llvm-dev] Attn Buildbot Owners: Would you like your builder to test the release branch?

2021-04-14 Thread Omair Javaid via lldb-dev
Ping! Tom, any update on this? On Mon, 15 Feb 2021 at 20:02, Nemanja Ivanovic wrote: > We are interested in doing this for PPC as well. Not likely for all of our > bots, but one or two select ones. > > On Fri, Feb 12, 2021 at 11:51 AM Tom Stellard via cfe-dev < > cfe-...@lists.llvm.org> wrote:

Re: [lldb-dev] RFC: AArch64 Linux Memory Tagging Support for LLDB

2020-08-13 Thread Omair Javaid via lldb-dev
Hi Jason, I wanted to bring this to your attention that we are also working on pointer authentication support. We have so far only done register context changes to allow for enabling/disabling pointer authentication features and read/write pauth Cmask/Dmask registers when available. I am

[lldb-dev] [RFC] Support for AArch64/Arm64 scalable vector extension (SVE)

2019-04-24 Thread Omair Javaid via lldb-dev
Hi, I am going to be starting work on implementing LLDB support for AArch64/Arm64 scalable vector extension (SVE) in coming weeks. For a quick walk through of SVE please read through this doc here: https://www.kernel.org/doc/Documentation/arm64/sve.txt In summary it allows hardware + kernel

[lldb-dev] LLDB remote tests via LIT and specifying threads check-lldb

2019-02-11 Thread Omair Javaid via lldb-dev
Hi I am new to LIT and looking to run lldb testsuite in remote target configuration via lit (ninja check-lldb). Also I am looking to restrict check-lldb to run a specified number of threads at a time, something similar to LLDB_TEST_THREADS=8 used with dotest.py. Please share remote testing setup