aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/postmortem
AgeCommit message (Expand)AuthorFilesLines
2025-09-18[lldb] Fix unsafe map mutation in ProcessElfCore::FindModuleUUID (#159444)David Peixotto1-2/+0
2025-09-17[lldb][test] Disable parallel module loading for TestNetBSDCore.py (#159395)David Spickett1-0/+2
2025-09-09NFC: SBThread should not be the one to compute StopReasonData. (#157577)jimingham2-2/+2
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin3-0/+61
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee2-8/+8
2025-07-30[lldb] Fix updating persistent variables without JIT (#149642)Igor Kudrin1-0/+4
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin4-0/+67
2025-05-20[lldb][core] Fix getting summary of a variable pointing to r/o memory (#139196)Igor Kudrin3-0/+28
2025-02-21[lldb][LoongArch] Complete register alias name in `AugmentRegisterInfo`wanglei1-36/+43
2025-02-20[lldb][RISC-V] Extended if conditions to support alias names for registers (#...kper1-72/+86
2024-10-21[lldb][LoongArch64] Add support for LoongArch64 in elf-core for lldb (#112296)Liu An3-0/+112
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond1-2/+2
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde2-0/+57
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond1-2/+2
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev1-0/+1
2024-09-09[LLDB][Minidump] Support minidumps where there are multiple exception streams...Jacob Lalonde2-4/+57
2024-09-04[lldb][RISCV] Support optionally disabled FPR for riscv64 (#104547)Alexey Merzlyakov7-30/+117
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-1/+1
2024-08-21[LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions...Jacob Lalonde2-0/+62
2024-07-31[lldb] Allow mapping object file paths (#101361)Alexandre Perez1-0/+26
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett1-1/+6
2024-06-05[lldb][RISCV] Add RegisterContextPOSIXCore for RISC-V 64 (#93297)Alexey Merzlyakov3-0/+100
2024-05-15[lldb] Fixed the TestNetBSDCore test (#92285)Dmitry Vasilyev1-6/+6
2024-05-02[lldb][test][FreeBSD] Remove corefile test xfails (#84022)David Spickett1-6/+2
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan811-0/+11
2023-11-27[lldb][AArch64][Linux] Correct name of FPCR fieldDavid Spickett1-2/+2
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid1-18/+0
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo1-0/+18
2023-11-09[lldb][AArch64][Linux] Add fields for FPCR register (#71694)David Spickett1-0/+4
2023-11-09[lldb][AArch64][Linux] Add field information for the fpsr register (#71651)David Spickett1-0/+1
2023-11-08[lldb][AArch64][Linux] Add field information for the CPSR register (#70300)David Spickett1-0/+4
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay1-4/+4
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-4/+7
2023-08-03[lldb][AArch64] Add reading of TLS tpidr register from core filesDavid Spickett3-4/+10
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan1-0/+35
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere12-764/+1019
2023-02-13[Test][lldb] Fix YAML mapping keys duplication. NFC.Anton Sidorenko3-3/+0
2022-11-21Reland "[lldb] Fix SBFileSpec.fullpath"Dave Lee1-6/+6
2022-11-12[lldb] Revert SBFileSpec.fullpath path separator fixDave Lee1-6/+6
2022-11-12[lldb] Complete fix of test after 5223366416fbDave Lee1-5/+5
2022-11-12[lldb] Fix test after 5223366416fbDave Lee1-1/+1
2022-09-13[lldb] Fixed a number of typosGabriel Ravier2-2/+2
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett2-4/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee4-13/+2
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere6-14/+14
2022-07-27[lldb] Always use APFloat for FP dumpingPavel Labath1-17/+17
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee11-22/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee1-2/+2
2022-05-03Revert "[lldb] Fix ppc64 detection in lldb"David Spickett3-8/+0
2022-05-03[lldb] Fix ppc64 detection in lldbserge-sans-paille3-0/+8