summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/postmortem
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-0/+4
* Removing the new Minidump pluginDimitar Vlahovski2016-10-058-178/+0
* xfailing minidump tests again ... :(Dimitar Vlahovski2016-10-051-0/+6
* Fixing new Minidump plugin testsDimitar Vlahovski2016-10-053-18/+14
* xfailing tests for Minidump pluginDimitar Vlahovski2016-10-041-0/+6
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-046-0/+170
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-063-34/+67
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-1/+0
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-7/+68
* Disable LinuxCoreTestCase.test_s390xUlrich Weigand2016-04-141-0/+2
* Support Linux on SystemZ as platformUlrich Weigand2016-04-143-0/+5
* Fixup TestLinuxCore on windowsPavel Labath2016-04-061-0/+2
* Fix a bug in linux core file handlingPavel Labath2016-04-055-8/+71
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-167-0/+94
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-253-0/+107
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-1/+2
* Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2016-01-111-31/+31
* Fix TestMiniDump.py for Python 2/3 (and for a change to debug info)Adrian McCarthy2016-01-111-3/+3
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-121-0/+14
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
OpenPOWER on IntegriCloud