summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip three test cases that are asserting on macosx as of r299199. A quickJason Molenda2017-04-043-0/+10
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-317-0/+16
* Centralize libc++ test skipping logicPavel Labath2017-03-292-2/+2
* [LLDB][MIPS] Fix TestMiniDumpNewNitesh Jain2017-02-081-0/+8
* Fix-up TestLinuxCore for r290874Pavel Labath2017-01-031-0/+8
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-031-3/+1
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-244-0/+0
* Patch for lldb bug 26322 “core load hangs”Howard Hellyer2016-11-2412-0/+369
* ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...Dimitar Vlahovski2016-11-204-0/+88
* Fix TestMiniDumpNew.py test for Python 2/3 issueAdrian McCarthy2016-11-141-3/+4
* Disable windows-only minidump pluginPavel Labath2016-11-092-16/+4
* Make space for FreeBSD core file testsPavel Labath2016-11-0712-10/+10
* make-core.sh: add FreeBSD supportEd Maste2016-11-051-9/+30
* Minidump plugin: Fix flaky testDimitar Vlahovski2016-11-011-8/+68
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-319-0/+179
* [LLDB][MIPS] All tests get errors in dotest after this test.Nitesh Jain2016-10-101-0/+5
OpenPOWER on IntegriCloud