[Lldb-commits] [PATCH] D74964: [lldb/DWARF] Don't index dwp file multiple times

2020-02-23 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. labath marked an inline comment as done. Closed by commit rG0f7cfb25432e: [lldb/DWARF] Don't index dwp file multiple times (authored by labath). Changed prior to commit: https://reviews.llvm.org/D74964?vs=245850&id=246147

[Lldb-commits] [lldb] 0f7cfb2 - [lldb/DWARF] Don't index dwp file multiple times

2020-02-23 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-02-24T08:50:51+01:00 New Revision: 0f7cfb25432e405aeb12251598a9798662979ced URL: https://github.com/llvm/llvm-project/commit/0f7cfb25432e405aeb12251598a9798662979ced DIFF: https://github.com/llvm/llvm-project/commit/0f7cfb25432e405aeb12251598a9798662979ced.diff

[Lldb-commits] [PATCH] D74951: [lldb] Remove all the 'current_id' logging counters from the lookup code.

2020-02-23 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe657a1eb23f8: [lldb] Remove all the 'current_id' logging counters from the lookup code. (authored by teemperor). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.or

[Lldb-commits] [lldb] e657a1e - [lldb] Remove all the 'current_id' logging counters from the lookup code.

2020-02-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-24T08:38:58+01:00 New Revision: e657a1eb23f8231296ac0c62a1cd497762bd0f3e URL: https://github.com/llvm/llvm-project/commit/e657a1eb23f8231296ac0c62a1cd497762bd0f3e DIFF: https://github.com/llvm/llvm-project/commit/e657a1eb23f8231296ac0c62a1cd497762bd0f3e.dif

[Lldb-commits] [PATCH] D74951: [lldb] Remove all the 'current_id' logging counters from the lookup code.

2020-02-23 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. I rarely visit this part of the code, but on the few occasions that I had to debug it, I did not find the ID numbers useful.. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74951/new/ https://reviews.llvm.o

[Lldb-commits] [PATCH] D74996: [arcconfig] Delete subproject arcconfigs

2020-02-23 Thread Shoaib Meenai via Phabricator via lldb-commits
smeenai created this revision. smeenai added reviewers: jyknight, phosek, rnk. Herald added a reviewer: bollu. Herald added projects: clang, Sanitizers, LLDB, libc++, OpenMP, LLVM. Herald added subscribers: llvm-commits, openmp-commits, libcxx-commits, lldb-commits, Sanitizers, cfe-commits. >From

[Lldb-commits] [PATCH] D73067: [lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin

2020-02-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. In D73067#1884970 , @krytarowski wrote: > Autogeneration of the code puts extra burden on us for tracking what is > defined where and for repackaging LLDB with custom build rules (we need plain > Makefile in the distribution). I p