summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
AgeCommit message (Expand)Author
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin
2025-05-20[lldb][core] Fix getting summary of a variable pointing to r/o memory (#139196)Igor Kudrin
2025-02-21[lldb][LoongArch] Complete register alias name in `AugmentRegisterInfo`wanglei
2025-02-20[lldb][RISC-V] Extended if conditions to support alias names for registers (#...kper
2024-10-21[lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (#112296)Liu An
2024-09-04[lldb][RISCV] Support optionally disabled FPR for riscv64 (#104547)Alexey Merzlyakov
2024-07-31[lldb] Allow mapping object file paths (#101361)Alexandre Perez
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov
2024-05-02[lldb][test][FreeBSD] Remove corefile test xfails (#84022)David Spickett
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan81
2023-11-27[lldb][AArch64][Linux] Correct name of FPCR fieldDavid Spickett
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo
2023-11-09[lldb][AArch64][Linux] Add fields for FPCR register (#71694)David Spickett
2023-11-09[lldb][AArch64][Linux] Add field information for the fpsr register (#71651)David Spickett
2023-11-08[lldb][AArch64][Linux] Add field information for the CPSR register (#70300)David Spickett
2023-08-03[lldb][AArch64] Add reading of TLS tpidr register from core filesDavid Spickett
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-05-03Revert "[lldb] Fix ppc64 detection in lldb"David Spickett
2022-05-03[lldb] Fix ppc64 detection in lldbserge-sans-paille
2022-02-28Set error message if ValueObjectRegister fails to write back to registerIlya Nozhkin
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-06-16AArch64 Linux and elf-core PAC stack unwinder supportMuhammad Omair Javaid
2021-05-03Support AArch64 PAC elf-core register readMuhammad Omair Javaid
2021-03-30[lldb] Remove linux/mips debugging supportPavel Labath
2021-03-10[lldb] [test] Update XFAILs for FreeBSD/aarch64Michał Górny
2021-02-08[elf-core] Improve reading memory from core fileDjordje Todorovic
2020-07-21Revert "Revert "AArch64 SVE register infos and core file support""Muhammad Omair Javaid
2020-07-20Revert "AArch64 SVE register infos and core file support"Muhammad Omair Javaid
2020-07-20AArch64 SVE register infos and core file supportMuhammad Omair Javaid
2020-05-18[lldb/Reproducers] Add skipIfReproducer to more testsJonas Devlieghere
2020-04-29Fix LLDB elf core dump register access for ARM/AArch64Muhammad Omair Javaid
2020-04-20[lldb] Prefer executable files from sysroot over files from local filesystemYuri Per
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht