[Lldb-commits] [PATCH] D68558: [Testsuite] Get rid of most of the recursive shared library Makefiles

2019-10-06 Thread Frederic Riss via Phabricator via lldb-commits
friss created this revision. friss added reviewers: aprantl, labath. Herald added a project: LLDB. I was working on cleaning up our on-device test runs last week, and as a result I needed to update a lot of test Makefiles in the Swift tree. I found it especailly annoying to update the build

[Lldb-commits] [PATCH] D66791: [lldb][ELF] Read symbols from .gnu_debugdata sect.

2019-10-06 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In D66791#1696340 , @kwk wrote: > lldb-Suite :: commands/process/attach/TestProcessAttach.py > lldb-Suite :: tools/lldb-vscode/attach/TestVSCode_attach.py > These are by: D68289 >

[Lldb-commits] [PATCH] D68289: [lldb-server/android] Show more processes by relaxing some checks

2019-10-06 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. It has regressed on Linux Fedora 30 x86_64: lldb-Suite :: commands/process/attach/TestProcessAttach.py lldb-Suite :: tools/lldb-vscode/attach/TestVSCode_attach.py F10185566: 1 Repository: rL LLVM CHANGES SINCE LAST

[Lldb-commits] [PATCH] D68549: make ConstString allocate memory in non-tiny chunks

2019-10-06 Thread Luboš Luňák via Phabricator via lldb-commits
llunak updated this revision to Diff 223414. llunak added a comment. Increased default number of buckets for StringMap too. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68549/new/ https://reviews.llvm.org/D68549 Files: lldb/source/Utility/ConstString.cpp