[Lldb-commits] [lldb] 7f76c70 - [lldb] Fix capitalization in CMake status message

2021-03-27 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2021-03-27T21:39:39-07:00 New Revision: 7f76c70d85788adeff37a5b7a38236f1d1348e6f URL: https://github.com/llvm/llvm-project/commit/7f76c70d85788adeff37a5b7a38236f1d1348e6f DIFF:

[Lldb-commits] [PATCH] D96242: [lldb] DWZ 8/9: New testcases

2021-03-27 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 333693. jankratochvil added a comment. testcases: -fdebug-types-section is unsupported on OSX, Repro was crashing with SymbolFileDWZTests.cpp so it is excluded. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D98826: [lldb] DWZ 6/9: Workaround DWZ bug dropping DW_TAG_namespace::DW_AT_export_symbols

2021-03-27 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 333692. jankratochvil added a comment. testcase: DWZ is unsupported on OSX. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98826/new/ https://reviews.llvm.org/D98826 Files:

Re: [Lldb-commits] [PATCH] D97739: Add a progress class that can track and report long running operations that happen in LLDB.

2021-03-27 Thread Pavel Labath via lldb-commits
On 26/03/2021 23:04, Greg Clayton wrote: I built on mac with ASAN and ran the tests and they passed just fine. I was also able to compile on Debian linux and the tests ran ok for me. Can anyone else reproduce this failure? On an unloaded system the test seems to run fine, but as soon as I

[Lldb-commits] [PATCH] D98822: [lldb] [Process] Watch for fork/vfork notifications

2021-03-27 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 333671. mgorny added a comment. Complete FreeBSD and NetBSD support. Includes a fix to `Detach()` on NetBSD. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98822/new/ https://reviews.llvm.org/D98822 Files: