aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/register
AgeCommit message (Expand)AuthorFilesLines
2025-10-30[lldb][AArch64][test] Require SVE for some Linux testsDavid Spickett1-0/+7
2025-09-24[lldb][test] Unify test infrastructure for checking CPU features (#153914)Julian Lettner1-19/+1
2025-07-28[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)David Spickett1-10/+22
2025-06-19[lldb][AArch64] Fix live process test for Linux's mte_ctrl registerDavid Spickett1-1/+2
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda1-5/+5
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath1-2/+2
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima2-5/+5
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda1-1/+0
2024-12-31[lldb] Update two API tests to fix x86 Darwin failures (#121380)Jason Molenda1-0/+7
2024-12-19[lldb][debugserver] Read/write SME registers on arm64 (#119171)Jason Molenda1-2/+28
2024-12-04[lldb][tests] Fix passing pthread library to a linker for some API tests (#11...Vladislav Dzhidzhoev2-2/+4
2024-08-12[lldb][test][AArch64] Regex match field values in register testDavid Spickett1-4/+9
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett1-1/+7
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett1-1/+1
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht3-3/+3
2023-11-27[lldb][AArch64][Linux] Correct name of FPCR fieldDavid Spickett1-2/+2
2023-11-10[lldb][AArch64][Linux] Add register field information for SME's SVCR register...David Spickett1-4/+8
2023-11-10[lldb][AArch64][Linux] Add field information for the mte_ctrl register (#71808)David Spickett1-8/+19
2023-11-09[lldb][AArch64][Linux] Add fields for FPCR register (#71694)David Spickett1-0/+4
2023-11-09[lldb][AArch64][Linux] Add field information for the fpsr register (#71651)David Spickett1-2/+3
2023-11-08[lldb][AArch64][Linux] Add field information for the CPSR register (#70300)David Spickett1-0/+12
2023-11-01[lldb][AArch64] Add SME2's ZT0 register (#70205)David Spickett7-21/+124
2023-10-25[lldb][AArch64] Add isAArch64SMEFA64 check to SME testing (#68094)David Spickett7-14/+29
2023-10-25Reland "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#667...David Spickett1-0/+2
2023-10-25Revert "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#667...David Spickett1-2/+0
2023-10-25[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#66768)David Spickett1-0/+2
2023-09-22[lldb] Require paused process and frame for "register info" command (#67124)David Spickett1-0/+14
2023-09-20[lldb][AArch64] Add SME's streaming vector control registerDavid Spickett4-7/+36
2023-09-19[lldb][AArch64] Add testing for SME's ZA and SVG registersDavid Spickett8-33/+927
2023-09-19[lldb][AArch64] Document how to control the SVE/SSVE testsDavid Spickett4-0/+21
2023-09-13[lldb][AArch64] Reformat register set test with blackDavid Spickett1-2/+3
2023-09-13[lldb][AArch64] Add tests for SME's SVE register state to TestArm64DynamicReg...David Spickett2-2/+46
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett2-3/+5
2023-08-31[lldb][AArch64] Add testing of save/restore for Linux MTE control registerDavid Spickett3-0/+67
2023-08-31[lldb][AArch64] Check SIMD save/restore in SVE SIMD testDavid Spickett2-15/+17
2023-08-31[lldb][AArch64] Use atomics to sync threads in SVE threading testDavid Spickett2-4/+16
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere4-26/+52
2023-07-26[lldb][AArch64] Add support for SME's SVE streaming mode registersDavid Spickett8-63/+431
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan1-0/+44
2023-07-17[lldb][AArch64] Fix flakiness in TestSVEThreadedDynamicDavid Spickett1-2/+4
2023-07-04[lldb][AArch64] Handle different default vector length in SVE testingDavid Spickett1-4/+50
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett1-1/+2
2023-06-21[lldb] Add "register info" commandDavid Spickett1-0/+38
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere5-328/+409
2023-03-22[lldb] Add test for unavailable registersDavid Spickett1-0/+53
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee1-1/+1
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett1-3/+0
2022-06-20[lldb] [test] Make AVX/MPX register tests more robust and fix on BSDMichał Górny1-18/+14
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee4-8/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee1-2/+2