summaryrefslogtreecommitdiff
path: root/lldb/test/API/linux
AgeCommit message (Expand)Author
2025-09-04[LLDB][AArch64] Make TPIDR a generic tp register (#154444)Jacob Lalonde
2025-07-28[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)David Spickett
2025-06-25[lldb][AArch64] Handle core file tag segments missing tag data (#145338)David Spickett
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-01-28[lldb][AArch64] Add register fields for Guarded Control Stack registers (#124...David Spickett
2025-01-28[lldb][AArch64] Add Guarded Control Stack support for Linux core files (#124293)David Spickett
2025-01-27[lldb][AArch64][NFC] Move a comment in GCS testsDavid Spickett
2025-01-27[lldb][AArch64] Fix expression evaluation with Guarded Control Stacks (#123918)David Spickett
2025-01-24[lldb][AArch64] Add Guarded Control Stack registers (#123720)David Spickett
2025-01-23[lldb] Enable "frame diagnose" on linux (#123217)Pavel Labath
2025-01-21[lldb][Linux] Add Control Protection Fault signal (#122917)David Spickett
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett
2025-01-14[LLDB][LoongArch] Add LSX and LASX register definitions and operationswanglei
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde
2024-10-24[lldb][AArch64] Read fpmr register from core files (#110104)David Spickett
2024-09-26[lldb][AArch64] Add register fields for the fpmr register (#109934)David Spickett
2024-09-25[lldb][AArch64][Linux] Add Floating Point Mode Register (#106695)David Spickett
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere
2023-11-10[lldb][AArch64][Linux] Add register field information for SME's SVCR register...David Spickett
2023-11-10[lldb][AArch64][Linux] Add field information for the mte_ctrl register (#71808)David Spickett
2023-11-02[lldb][AArch64] Read SME2's ZT0 register from Linux core files (#70934)David Spickett
2023-10-25[lldb][AArch64] Read mte_ctrl register from core files (#69689)David Spickett
2023-09-21Reland "[lldb][AArch64] Linux corefile support for SME"David Spickett
2023-09-21Revert "[lldb][AArch64] Linux corefile support for SME"David Spickett
2023-09-21[lldb][AArch64] Linux corefile support for SMEDavid Spickett
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-08-03[lldb][AArch64] Save/restore TLS registers around expressionsDavid Spickett
2023-07-26[lldb][AArch64] Add the tpidr2 TLS register that comes with SMEDavid Spickett
2023-06-19[lldb][AArch64] Add thread local storage tpidr registerDavid Spickett
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-03-21[LLDB] Show sub type of signals when debugging a core fileDavid Spickett
2023-02-13[LLDB] Apply FixCodeAddress to all forms of address argumentsDavid Spickett
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-10-27[lldb][test] Remove explicit mydir definitions (NFC)Dave Lee
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-05-19[lldb] Add --show-tags option to "memory find"David Spickett
2022-05-19Reland "[lldb] Add --all option to "memory region""David Spickett
2022-05-18[lldb] Change implementation of memory read --show-tags optionDavid Spickett
2022-05-18[lldb][AArch64] Fix corefile memory reads when there are non-address bitsDavid Spickett
2022-05-18[lldb] Remove non-address bits from read/write addresses in lldbDavid Spickett
2022-05-18Revert "[lldb] Add --all option to "memory region""David Spickett
2022-05-18[lldb] Add --all option to "memory region"David Spickett
2022-05-06[lldb] Correct hex digit regex in some testsDavid Spickett