summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/postmortem
AgeCommit message (Expand)Author
2025-09-18[lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444)David Peixotto
2025-09-17[lldb][test] Disable parallel module loading for TestNetBSDCore.py (#159395)David Spickett
2025-09-09NFC: SBThread should not be the one to compute StopReasonData. (#157577)jimingham
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2025-07-30[lldb] Fix updating persistent variables without JIT (#149642)Igor Kudrin
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)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-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-09-09[LLDB][Minidump] Support minidumps where there are multiple exception streams...Jacob Lalonde
2024-09-04[lldb][RISCV] Support optionally disabled FPR for riscv64 (#104547)Alexey Merzlyakov
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-21[LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions...Jacob Lalonde
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-15[lldb] Fixed the TestNetBSDCore test (#92285)Dmitry Vasilyev
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-07[lldb] Fix typo in comments and in testEymen Ünay
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-08-03[lldb][AArch64] Add reading of TLS tpidr register from core filesDavid Spickett
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-02-13[Test][lldb] Fix YAML mapping keys duplication. NFC.Anton Sidorenko
2022-11-21Reland "[lldb] Fix SBFileSpec.fullpath"Dave Lee
2022-11-12[lldb] Revert SBFileSpec.fullpath path separator fixDave Lee
2022-11-12[lldb] Complete fix of test after 5223366416fbDave Lee
2022-11-12[lldb] Fix test after 5223366416fbDave Lee
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath
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-05-03Revert "[lldb] Fix ppc64 detection in lldb"David Spickett
2022-05-03[lldb] Fix ppc64 detection in lldbserge-sans-paille