aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/linux/aarch64
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[LLDB][AArch64] Make TPIDR a generic tp register (#154444)Jacob Lalonde1-0/+2
2025-07-28[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)David Spickett4-5/+8
2025-06-25[lldb][AArch64] Handle core file tag segments missing tag data (#145338)David Spickett3-1/+29
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima4-107/+111
2025-01-28[lldb][AArch64] Add register fields for Guarded Control Stack registers (#124...David Spickett1-1/+14
2025-01-28[lldb][AArch64] Add Guarded Control Stack support for Linux core files (#124293)David Spickett2-0/+32
2025-01-27[lldb][AArch64][NFC] Move a comment in GCS testsDavid Spickett1-2/+2
2025-01-27[lldb][AArch64] Fix expression evaluation with Guarded Control Stacks (#123918)David Spickett2-41/+217
2025-01-24[lldb][AArch64] Add Guarded Control Stack registers (#123720)David Spickett2-4/+171
2025-01-23[lldb] Enable "frame diagnose" on linux (#123217)Pavel Labath3-4/+4
2025-01-21[lldb][Linux] Add Control Protection Fault signal (#122917)David Spickett2-1/+38
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett3-0/+120
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde2-5/+8
2024-10-24[lldb][AArch64] Read fpmr register from core files (#110104)David Spickett3-7/+32
2024-09-26[lldb][AArch64] Add register fields for the fpmr register (#109934)David Spickett1-0/+5
2024-09-25[lldb][AArch64][Linux] Add Floating Point Mode Register (#106695)David Spickett3-0/+102
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett1-3/+10
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht2-5/+3
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere2-4/+2
2023-11-10[lldb][AArch64][Linux] Add register field information for SME's SVCR register...David Spickett1-4/+9
2023-11-10[lldb][AArch64][Linux] Add field information for the mte_ctrl register (#71808)David Spickett1-1/+8
2023-11-02[lldb][AArch64] Read SME2's ZT0 register from Linux core files (#70934)David Spickett7-6/+37
2023-10-25[lldb][AArch64] Read mte_ctrl register from core files (#69689)David Spickett1-0/+16
2023-09-21Reland "[lldb][AArch64] Linux corefile support for SME"David Spickett6-0/+255
2023-09-21Revert "[lldb][AArch64] Linux corefile support for SME"David Spickett6-255/+0
2023-09-21[lldb][AArch64] Linux corefile support for SMEDavid Spickett6-0/+255
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-6/+7
2023-08-03[lldb][AArch64] Save/restore TLS registers around expressionsDavid Spickett2-12/+28
2023-07-26[lldb][AArch64] Add the tpidr2 TLS register that comes with SMEDavid Spickett5-90/+175
2023-06-19[lldb][AArch64] Add thread local storage tpidr registerDavid Spickett3-0/+93
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere9-468/+761
2023-03-21[LLDB] Show sub type of signals when debugging a core fileDavid Spickett1-0/+11
2023-02-13[LLDB] Apply FixCodeAddress to all forms of address argumentsDavid Spickett3-0/+80
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee1-2/+2
2022-10-27[lldb][test] Remove explicit mydir definitions (NFC)Dave Lee1-2/+0
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett4-0/+248
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere1-1/+1
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee7-14/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee1-1/+1
2022-05-19[lldb] Add --show-tags option to "memory find"David Spickett2-0/+35
2022-05-19Reland "[lldb] Add --all option to "memory region""David Spickett1-1/+1
2022-05-18[lldb] Change implementation of memory read --show-tags optionDavid Spickett1-0/+30
2022-05-18[lldb][AArch64] Fix corefile memory reads when there are non-address bitsDavid Spickett3-0/+65
2022-05-18[lldb] Remove non-address bits from read/write addresses in lldbDavid Spickett3-0/+211
2022-05-18Revert "[lldb] Add --all option to "memory region""David Spickett1-1/+1
2022-05-18[lldb] Add --all option to "memory region"David Spickett1-1/+1
2022-05-06[lldb] Correct hex digit regex in some testsDavid Spickett1-39/+39
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee1-2/+1
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett3-0/+90
2022-01-26[lldb] Add option to show memory tags in memory read outputDavid Spickett1-0/+125