[Lldb-commits] [PATCH] D93895: Implement vAttachWait in lldb-server

2021-01-12 Thread Augusto Noronha via Phabricator via lldb-commits
augusto2112 added a comment. @clayborg @labath if possible, could one of you merge this please? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93895/new/ https://reviews.llvm.org/D93895 ___ lldb-commits

[Lldb-commits] [PATCH] D94063: lldb: Add support for DW_AT_ranges on DW_TAG_subprograms

2021-01-12 Thread David Blaikie via Phabricator via lldb-commits
dblaikie added a comment. In D94063#2492450 , @DavidSpickett wrote: > Do you have python enabled in the build? > (https://lldb.llvm.org/resources/build.html#preliminaries) > > The cmake option LLDB_ENABLE_PYTHON defaults to Auto which has tripped me up

Re: [Lldb-commits] [PATCH] D93874: [process] fix exec support on Linux

2021-01-12 Thread Jim Ingham via lldb-commits
Thanks for looking into this further! The thing to figure out is who still has a reference to either the Thread * or to the ThreadPlanStack over the destruction of the thread. That shouldn't be allowed to happen. Jim > On Jan 11, 2021, at 10:01 PM, walter erquinigo via Phabricator > wrote:

[Lldb-commits] [PATCH] D93621: [lldb][wasm] Parse DWO section names

2021-01-12 Thread Philip Pfaffe via Phabricator via lldb-commits
pfaffe added a comment. Thanks! Would you mind landing the change for me? I'm not a github comitter. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93621/new/ https://reviews.llvm.org/D93621 ___

[Lldb-commits] [PATCH] D82863: [LLDB] Add support to resize SVE registers at run-time

2021-01-12 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added a comment. @labath ping! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D82863/new/ https://reviews.llvm.org/D82863 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D94063: lldb: Add support for DW_AT_ranges on DW_TAG_subprograms

2021-01-12 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added a comment. Do you have python enabled in the build? (https://lldb.llvm.org/resources/build.html#preliminaries) The cmake option LLDB_ENABLE_PYTHON defaults to Auto which has tripped me up in the past. If you set it to YES then you'll get a build error if it fails to find a