summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-137-7/+0
* lldb/minidump: Add support for the alternate ARM64 constantPavel Labath2019-11-051-1/+1
* minidump: Rename some architecture constantsPavel Labath2019-10-302-2/+2
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-182-2/+38
* Update MinidumpYAML to use minidump::Exception for exception streamJoseph Tremoulet2019-10-181-1/+4
* Add REQUIRES: x86 to more tests which need the x86 llvm target builtPavel Labath2019-10-182-0/+2
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-092-11/+50
* Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton2019-09-091-0/+11
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-043-9/+3
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-212-4/+15
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-026-10/+0
* [lldb-suite] Skip TestMachCore on WindowsStella Stamenova2019-07-091-1/+4
* TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath2019-05-1410-79/+147
* minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2019-05-102-1/+29
* Un-xfail the TestMiniDump tests on WindowsStella Stamenova2019-04-301-2/+0
* yamlify TestMiniDumpUUID binariesPavel Labath2019-04-2319-34/+183
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-162-0/+12
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-111-6/+6
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-035-0/+81
* Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl2019-04-025-86/+1
* Clean up windows build bot. Greg Clayton2019-04-021-0/+2
* Fix buildbot where paths were not matching up.Greg Clayton2019-04-021-1/+4
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-025-0/+80
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-017-0/+15
* Reapply minidump changes reverted in r356806Pavel Labath2019-03-258-0/+134
* Revert minidump changesJonas Devlieghere2019-03-228-134/+0
* Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath2019-03-222-0/+13
* Fix UUID decoding from minidump filesGreg Clayton2019-03-207-0/+121
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0811-0/+316
* Fix core files for 32 bit architectures that are supported in ProcessELFCore.cppGreg Clayton2019-03-062-0/+29
* Un-XFAIL TestLinuxCore for windowsPavel Labath2019-02-181-11/+0
* Fix TestLinuxCore for python3Pavel Labath2019-02-181-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-201-1/+0
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-0/+62
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-192-0/+30
* Fix test failures that depended on module orderGreg Clayton2018-12-142-24/+24
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-9/+41
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-064-0/+155
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-034-155/+0
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-024-0/+155
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-281-0/+10
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-0/+18
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-071-0/+2
* XFAIL TestMachCore for windows hostsPavel Labath2018-05-291-0/+1
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-1/+0
OpenPOWER on IntegriCloud