Re: [lldb-dev] RFC: New Automated Release Workflow (using Issues and Pull Requests)

2022-01-14 Thread Tom Stellard via lldb-dev
On 12/17/21 13:15, Tom Stellard wrote: Hi, Here is a proposal for a new automated workflow for managing parts of the release process.  I've been experimenting with this over the past few releases and now that we have migrated to GitHub issues, it would be possible for us to implement this in th

[lldb-dev] Source-level stepping with emulated instructions

2022-01-14 Thread Kjell Winblad via lldb-dev
Hi! I'm implementing LLDB support for a new processor architecture that the company I'm working for has created. The processor architecture has a few emulated instructions. An emulated instruction works by jumping to a specific address that contains the start of a block of instructions that emulat

Re: [lldb-dev] [EXTERNAL] LLDB Windows on Arm64 buildbot

2022-01-14 Thread Stella Stamenova via lldb-dev
That's very exciting! Please let me know if you run into any issues I could help with. Thanks, -Stella From: Omair Javaid Sent: Friday, January 14, 2022 2:12 PM To: mailing list lldb-dev Cc: Stella Stamenova Subject: [EXTERNAL] LLDB Windows on Arm64 buildbot You don't often get email from o

[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 ___

[lldb-dev] problems using EvaluateExpression in lldb, when it creates new object

2022-01-14 Thread fhjiwerfghr fhiewrgfheir via lldb-dev
I'm sorry in advance, if it's not a correct mailing list, there doesn't seem to be lldb-usage mailing list. I'm writing a pretty-printer python script, which - to cut to the chase, pretty prints members of a class by using EvaluateExpression and creating new object inside it. It doesn't seem to wo