[lldb-dev] Can't build on Mac after https://reviews.llvm.org/D113650

2021-12-02 Thread Greg Clayton via lldb-dev
Some recent python changes have stopped by cmake configure from working on fresh checkout on macOS. Details in the comments of the diff in https://reviews.llvm.org/D113650 as to how I am configuring cmake. If anyone has any example of how to properly set the python stuff to work around the issu

Re: [lldb-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged

2021-12-02 Thread Tom Stellard via lldb-dev
Re-sending and dropping the Fedora list, which I accidentally cc'd. On 12/2/21 08:35, Tom Stellard wrote: On 12/2/21 06:45, Nemanja Ivanovic wrote: Hi Tom, would it be OK to directly send you git hashes for patches we would like back ported until the bugzilla transition completes? Yes, tha

Re: [lldb-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged

2021-12-02 Thread Tom Stellard via lldb-dev
On 12/2/21 06:45, Nemanja Ivanovic wrote: Hi Tom, would it be OK to directly send you git hashes for patches we would like back ported until the bugzilla transition completes? Yes, that's fine. -Tom On Tue, Nov 30, 2021 at 1:08 AM Tom Stellard via cfe-dev mailto:cfe-...@lists.llvm.org>> w

Re: [lldb-dev] Adding support for FreeBSD kernel coredumps (and live memory lookup)

2021-12-02 Thread David Spickett via lldb-dev
> 1. The (older) "full memory" coredumps that use an ELF container. > > 2. The (newer) minidumps that dump only the active memory and use a custom format. Maybe a silly question, is the "minidumps" here the same sort of minidump as lldb already supports (https://chromium.googlesource.com/breakpad/

Re: [lldb-dev] [llvm-dev] Release 13.0.1-rc1 has been tagged

2021-12-02 Thread Dimitry Andric via lldb-dev
On 30 Nov 2021, at 07:07, Tom Stellard via llvm-dev wrote: > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. For 13.0.1 rc1, I have built and tested on both FreeBSD 12 and 13. No additional patches were needed. For the 32-builds I used -no-flang, as flang is curren

Re: [lldb-dev] Adding support for FreeBSD kernel coredumps (and live memory lookup)

2021-12-02 Thread David Spickett via lldb-dev
> Right now, the idea is that when the kernel crashes, the developer can > take the vmcore file use LLDB to look the kernel state up. Thanks for the explanation. (FWIW your first email is clear now that I read it properly but this still helped me :)) > 2) How to integrate "live kernel" support in

Re: [lldb-dev] Adding support for FreeBSD kernel coredumps (and live memory lookup)

2021-12-02 Thread Michał Górny via lldb-dev
On Thu, 2021-12-02 at 09:40 +, David Spickett wrote: > Can you give an example workflow of how these core files are used by a > developer? For some background. Right now, the idea is that when the kernel crashes, the developer can take the vmcore file use LLDB to look the kernel state up. Ini

Re: [lldb-dev] Adding support for FreeBSD kernel coredumps (and live memory lookup)

2021-12-02 Thread David Spickett via lldb-dev
Can you give an example workflow of how these core files are used by a developer? For some background. Most of my experience is in userspace, the corefile is "offline" debug and then you have "live" debug of the running process. Is that the same here or do we have a mix since you can access some o

Re: [lldb-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged

2021-12-02 Thread Diana Picus via lldb-dev
Hi, Uploaded armv7 & aarch64 Ubuntu binaries and also aarch64 Windows: baa53279469e387f333cd90d9e8a30973c8a5d884dd893862435967d40c1a0e9 clang+llvm-13.0.1-rc1-aarch64-linux-gnu.tar.xz 1a523df1cd1a8f64158f602a4e2ce1ad845d322d9dda11225b3d96b2c957203e clang+llvm-13.0.1-rc1-armv7a-linux-gnueabihf.tar