[Lldb-commits] [PATCH] D154208: [lldb][AArch64] Handle different default vector length in SVE testing

2023-07-04 Thread David Spickett via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9b37bfa15ecf: [lldb][AArch64] Handle different default vector length in SVE testing (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org

[Lldb-commits] [lldb] 9b37bfa - [lldb][AArch64] Handle different default vector length in SVE testing

2023-07-04 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2023-07-04T11:17:54+01:00 New Revision: 9b37bfa15ecfd0b87c176bb20e3ec4c193926d36 URL: https://github.com/llvm/llvm-project/commit/9b37bfa15ecfd0b87c176bb20e3ec4c193926d36 DIFF: https://github.com/llvm/llvm-project/commit/9b37bfa15ecfd0b87c176bb20e3ec4c193926d36.diff

[Lldb-commits] [PATCH] D154201: [lldb][AArch64] Fix tagged watch test on Graviton 3

2023-07-04 Thread David Spickett via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8e76093ae8fe: [lldb][AArch64] Fix tagged watch test on Graviton 3 (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154201/new/ htt

[Lldb-commits] [lldb] 8e76093 - [lldb][AArch64] Fix tagged watch test on Graviton 3

2023-07-04 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2023-07-04T11:16:07+01:00 New Revision: 8e76093ae8fe1184006ca14d7ffb01df982f0f43 URL: https://github.com/llvm/llvm-project/commit/8e76093ae8fe1184006ca14d7ffb01df982f0f43 DIFF: https://github.com/llvm/llvm-project/commit/8e76093ae8fe1184006ca14d7ffb01df982f0f43.diff

[Lldb-commits] [PATCH] D154204: [lldb][AArch64] Account for extra libc frames in PAC unwind test

2023-07-04 Thread David Spickett via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG518320fd98d5: [lldb][AArch64] Account for extra libc frames in PAC unwind test (authored by DavidSpickett). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154

[Lldb-commits] [lldb] 518320f - [lldb][AArch64] Account for extra libc frames in PAC unwind test

2023-07-04 Thread David Spickett via lldb-commits
Author: David Spickett Date: 2023-07-04T11:15:18+01:00 New Revision: 518320fd98d51e2151d2d256275860e99cae695f URL: https://github.com/llvm/llvm-project/commit/518320fd98d51e2151d2d256275860e99cae695f DIFF: https://github.com/llvm/llvm-project/commit/518320fd98d51e2151d2d256275860e99cae695f.diff

[Lldb-commits] [PATCH] D154413: [lldb] Fix crash when completing register names after program exit

2023-07-04 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett updated this revision to Diff 537021. DavidSpickett added a comment. Added register info to the x86 test cases. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154413/new/ https://reviews.llvm.org/D154413 Files: lldb/source/Commands/

[Lldb-commits] [PATCH] D154413: [lldb] Fix crash when completing register names after program exit

2023-07-04 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett added reviewers: labath, JDevlieghere. DavidSpickett added inline comments. Comment at: lldb/test/API/functionalities/completion/TestCompletion.py:782 self.complete_from_to("register write rbx ", []) def test_common_completion_target_stophook_ids(sel

[Lldb-commits] [PATCH] D154413: [lldb] Fix crash when completing register names after program exit

2023-07-04 Thread David Spickett via Phabricator via lldb-commits
DavidSpickett created this revision. Herald added subscribers: pengfei, kristof.beyls. Herald added a project: All. DavidSpickett requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Previously the following would crash: (lldb) run Process 25940

[Lldb-commits] [PATCH] D126694: [C++20][Modules] Implementation of GMF decl elision.

2023-07-04 Thread Chuanqi Xu via Phabricator via lldb-commits
ChuanqiXu added a comment. In D126694#4470358 , @iains wrote: > In D126694#4470297 , @ChuanqiXu > wrote: > >>> Yes, that was the decision at the last time we looked - because removing >>> decls would degrade thi

[Lldb-commits] [PATCH] D126694: [C++20][Modules] Implementation of GMF decl elision.

2023-07-04 Thread Iain Sandoe via Phabricator via lldb-commits
iains added a comment. In D126694#4470297 , @ChuanqiXu wrote: >> Yes, that was the decision at the last time we looked - because removing >> decls would degrade this - if we have new information that changes our >> preferred design, then fine. > > I rem

[Lldb-commits] [PATCH] D126694: [C++20][Modules] Implementation of GMF decl elision.

2023-07-04 Thread Chuanqi Xu via Phabricator via lldb-commits
ChuanqiXu added a comment. > Yes, that was the decision at the last time we looked - because removing > decls would degrade this - if we have new information that changes our > preferred design, then fine. I remember the major reason for the last time to not remove the decls are that the desig