summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/postmortem/minidump-new
AgeCommit message (Expand)Author
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde
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-08-21[LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions...Jacob Lalonde
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay
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-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
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-04-13[lldb] Require x86 for various NativePDB, Breakpad and Minidump testsDavid Spickett
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-10-30[lldb] Report old modules from ModuleList::ReplaceEquivalentJoseph Tremoulet
2020-10-16[lldb] Minidump: check for .text hash match with directoryJoseph Tremoulet
2020-09-23[lldb] Normalize paths in new testJoseph Tremoulet
2020-09-23[lldb] Fix GetRemoteSharedModule fallback logicJoseph Tremoulet
2020-09-22[lldb][test] Remove accidental import pdb in 783dc7dc7ed7487d0782c2feb8854df9...Fangrui Song
2020-09-22[lldb] Skip TestMiniDumpUUID with reproducersJonas Devlieghere
2020-08-24Add hashing of the .text section to ProcessMinidump.Greg Clayton
2020-06-09[lldb/Reproducers] Skip test_remove_placeholder_add_real_module with reproducersJonas Devlieghere
2020-06-09[lldb] Fix and enable Windows minidump testsJaroslav Sevcik
2020-06-08[lldb] Disable remove-add module test on WindowsJaroslav Sevcik
2020-06-07Support build-ids of other sizes than 16 in UUID::SetFromStringRefJaroslav Sevcik
2020-05-27[lldb/Reproducers] Skip or fix the remaining tests.Jonas Devlieghere
2020-05-07[lldb/Test] Add @skipIfReproducer to tests using lldb::FileSP.Jonas Devlieghere
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