[Lldb-commits] [lldb] 8b280df - Rough guess at fixing lldb tests to handle Clang defaulting to DWARFv5

2022-01-23 Thread David Blaikie via lldb-commits
Author: David Blaikie Date: 2022-01-23T21:24:25-08:00 New Revision: 8b280df504b97a13d06a929fbc85348903456fdd URL: https://github.com/llvm/llvm-project/commit/8b280df504b97a13d06a929fbc85348903456fdd DIFF: https://github.com/llvm/llvm-project/commit/8b280df504b97a13d06a929fbc85348903456fdd.diff

[Lldb-commits] [PATCH] D117299: [lldb] Ignore non-address bits in "memory find" arguments

2022-01-23 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid accepted this revision. omjavaid added inline comments. This revision is now accepted and ready to land. Comment at: lldb/test/API/linux/aarch64/tagged_memory_access/TestAArch64LinuxTaggedMemoryAccess.py:83 +# Then that the location found does not display the

[Lldb-commits] [PATCH] D112824: [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManager

2022-01-23 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added inline comments. Comment at: lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp:177 + // and exit early before it sees the overlap. + MemoryRegionInfos::const_iterator overlap = std::adjacent_find( + memory_regions.begin(),

[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

2022-01-23 Thread Luís Ferreira via Phabricator via lldb-commits
ljmf00 added a comment. In D117928#3263992 , @mgorny wrote: > Thank you. Yes, please test on an older kernel, in case it's specifically a > kernel regression. I can confirm regression on Linux LTS 5.10.93. Probably later and introduced by the patch I

[Lldb-commits] [lldb] abb0ed4 - [Commands] Remove redundant member initialization (NFC)

2022-01-23 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-01-23T11:07:14-08:00 New Revision: abb0ed44957cb4ba1bc94d19202860f10369cea1 URL: https://github.com/llvm/llvm-project/commit/abb0ed44957cb4ba1bc94d19202860f10369cea1 DIFF: https://github.com/llvm/llvm-project/commit/abb0ed44957cb4ba1bc94d19202860f10369cea1.diff

[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

2022-01-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. If this is a problem with PTRACE_SETREGSET(NT_FPREGSET), then we might be able to work around it by using PTRACE_POKEUSER instead. But it'd definitely be good to confirm this, so that we can report the bug to kernel devs. Repository: rG LLVM Github Monorepo CHANGES

[Lldb-commits] [lldb] 49d38b1 - Fix "not all control paths return a value" warning. NFC.

2022-01-23 Thread Simon Pilgrim via lldb-commits
Author: Simon Pilgrim Date: 2022-01-23T15:14:10Z New Revision: 49d38b1d618c02964af93068ee8e1ac753722104 URL: https://github.com/llvm/llvm-project/commit/49d38b1d618c02964af93068ee8e1ac753722104 DIFF: https://github.com/llvm/llvm-project/commit/49d38b1d618c02964af93068ee8e1ac753722104.diff

[Lldb-commits] [lldb] d7aa402 - [lldb] PdbAstBuilder - use cast<> instead of dyn_cast<> to avoid dereference of nullptr

2022-01-23 Thread Simon Pilgrim via lldb-commits
Author: Simon Pilgrim Date: 2022-01-23T15:11:08Z New Revision: d7aa402b4b8a325a68c20d0300ac6bc664766be0 URL: https://github.com/llvm/llvm-project/commit/d7aa402b4b8a325a68c20d0300ac6bc664766be0 DIFF: https://github.com/llvm/llvm-project/commit/d7aa402b4b8a325a68c20d0300ac6bc664766be0.diff

[Lldb-commits] [lldb] d13847b - [lldb] TerminalState::Save - fix unused variable warning

2022-01-23 Thread Simon Pilgrim via lldb-commits
Author: Simon Pilgrim Date: 2022-01-23T15:12:44Z New Revision: d13847bbe5e632ec8f62abc81f74b9351a56d28c URL: https://github.com/llvm/llvm-project/commit/d13847bbe5e632ec8f62abc81f74b9351a56d28c DIFF: https://github.com/llvm/llvm-project/commit/d13847bbe5e632ec8f62abc81f74b9351a56d28c.diff

[Lldb-commits] [lldb] c934913 - [lldb] CxxModuleHandler - use cast<> instead of dyn_cast<> to avoid dereference of nullptr

2022-01-23 Thread Simon Pilgrim via lldb-commits
Author: Simon Pilgrim Date: 2022-01-23T15:10:33Z New Revision: c93491352cf3146559de7755283f0dd259392126 URL: https://github.com/llvm/llvm-project/commit/c93491352cf3146559de7755283f0dd259392126 DIFF: https://github.com/llvm/llvm-project/commit/c93491352cf3146559de7755283f0dd259392126.diff