summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py
AgeCommit message (Expand)Author
2025-07-28[lldb] support ieee_single and ieee_double gdbtypes for registers (#150268)satyanarayana reddy janga
2025-02-20[lldb][RISC-V] Extended if conditions to support alias names for registers (#...kper
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2021-11-16[lldb/test] Move gdb client utils into the packages treePavel Labath
2021-10-20[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*Michał Górny
2021-10-19Revert "[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*"Michał Górny
2021-10-19[lldb] [ABI/X86] Support combining xmm* and ymm*h regs into ymm*Michał Górny
2021-10-15[lldb] [test] Add TestGDBServerTargetXML tests for x86 duplicate subregsMichał Górny
2021-10-15[lldb] [test] Simplify X86 TestGDBServerTargetXML logic to match AArch64Michał Górny
2021-10-15[lldb] [ABI/AArch64] Do not add subregs if some of them are presentMichał Górny
2021-10-15[lldb] [ABI/X86] Add pseudo-registers if missingMichał Górny
2021-10-12[lldb] [gdb-remote] Fix displaying i387_ext & vec regs with gdbserverMichał Górny
2021-10-11[lldb] [ABI/AArch64] Add pseudo-regs if missingMichał Górny
2021-09-20[lldb] [gdb-remote] Recognize aarch64v type from gdbserverMichał Górny
2021-09-16[lldb] [Process/gdb-remote] Alias sp to x31 on AArch64 for gdbserverMichał Górny
2021-09-16[lldb] [ABI/AArch64] Recognize special regs by their xN names tooMichał Górny
2021-09-16[lldb] [gdb-remote] Try using <architecture/> for remote arch unconditionallyMichał Górny
2021-09-13[lldb] Support querying registers via generic names without alt_namesMichał Górny