[Lldb-commits] [lldb] 115b189 - [lldb][ARC] Fix -Wtautological-bitwise-compare warning

2022-08-13 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2022-08-13T00:18:37-07:00 New Revision: 115b1899a114285981814a641587e9704c2b9eb9 URL: https://github.com/llvm/llvm-project/commit/115b1899a114285981814a641587e9704c2b9eb9 DIFF: https://github.com/llvm/llvm-project/commit/115b1899a114285981814a641587e9704c2b9eb9.diff

[Lldb-commits] [PATCH] D124314: lldb: Disable unittests if llvm_gtest target does not exist

2022-08-13 Thread Michał Górny via Phabricator via lldb-commits
mgorny reopened this revision. mgorny added a comment. This revision is now accepted and ready to land. Unfortunately, this change doesn't work correctly when building LLDB through `LLVM_ENABLE_PROJECTS` — unittests are always disabled now. Comment at: lldb/CMakeLists.txt:128

[Lldb-commits] [PATCH] D131837: [lldb] [gdb-remote] Initial support for multiple ContinueDelegates

2022-08-13 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste, jingham. Herald added a subscriber: arichardson. Herald added a project: All. mgorny requested review of this revision. Introduce the initial support for handling multiple ContinueDelegates in GDBRemoteClientBase::S