summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
Commit message (Expand)AuthorAgeFilesLines
* 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
* [lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova2018-05-091-10/+10
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-071-0/+3
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-022-9/+68
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-191-6/+6
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-182-0/+33
* Last batch of test-tree cleaning changesPavel Labath2018-03-212-47/+38
* [test] Disable TestMachCore everywhere except on DarwinJonas Devlieghere2018-03-141-0/+1
* Update selected thread after loading mach coreJonas Devlieghere2018-03-143-0/+966
* TestLinuxCore -- add a check for thread namePavel Labath2018-02-051-10/+19
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-2/+2
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-2/+2
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-221-1/+1
* Implement core dump debugging for PPC64lePavel Labath2017-11-163-0/+8
* Xfail test_stack_info_in_minidump testPavel Labath2017-11-031-0/+1
* Fix TestMinidump for r316673Pavel Labath2017-10-261-8/+8
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-192-3/+66
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-182-66/+3
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-132-3/+66
* test: fix missed testSaleem Abdulrasool2017-08-231-1/+1
* Recompute ArchSpec core after MergeFromPavel Labath2017-04-203-10/+0
OpenPOWER on IntegriCloud