index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
postmortem
Commit message (
Expand
)
Author
Age
Files
Lines
*
TestLinuxCore -- add a check for thread name
Pavel Labath
2018-02-05
1
-10
/
+19
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-2
/
+2
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
1
-2
/
+2
*
Change SBProcess::ReadCStringFromMemory() back to returning
Jason Molenda
2017-12-22
1
-1
/
+1
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
3
-0
/
+8
*
Xfail test_stack_info_in_minidump test
Pavel Labath
2017-11-03
1
-0
/
+1
*
Fix TestMinidump for r316673
Pavel Labath
2017-10-26
1
-8
/
+8
*
Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...
Adrian McCarthy
2017-09-19
2
-3
/
+66
*
Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...
Adrian McCarthy
2017-09-18
2
-66
/
+3
*
Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...
Adrian McCarthy
2017-09-13
2
-3
/
+66
*
test: fix missed test
Saleem Abdulrasool
2017-08-23
1
-1
/
+1
*
Recompute ArchSpec core after MergeFrom
Pavel Labath
2017-04-20
3
-10
/
+0
*
Skip three test cases that are asserting on macosx as of r299199. A quick
Jason Molenda
2017-04-04
3
-0
/
+10
*
[LLDB][MIPS] Fix Core file Architecture and OS information.
Nitesh Jain
2017-03-31
7
-0
/
+16
*
Centralize libc++ test skipping logic
Pavel Labath
2017-03-29
2
-2
/
+2
*
[LLDB][MIPS] Fix TestMiniDumpNew
Nitesh Jain
2017-02-08
1
-0
/
+8
*
Fix-up TestLinuxCore for r290874
Pavel Labath
2017-01-03
1
-0
/
+8
*
Simplify reading of Linux notes to correctly handle endianess.
Howard Hellyer
2017-01-03
1
-3
/
+1
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
4
-0
/
+0
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
12
-0
/
+369
*
ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...
Dimitar Vlahovski
2016-11-20
4
-0
/
+88
*
Fix TestMiniDumpNew.py test for Python 2/3 issue
Adrian McCarthy
2016-11-14
1
-3
/
+4
*
Disable windows-only minidump plugin
Pavel Labath
2016-11-09
2
-16
/
+4
*
Make space for FreeBSD core file tests
Pavel Labath
2016-11-07
12
-10
/
+10
*
make-core.sh: add FreeBSD support
Ed Maste
2016-11-05
1
-9
/
+30
*
Minidump plugin: Fix flaky test
Dimitar Vlahovski
2016-11-01
1
-8
/
+68
*
Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...
Dimitar Vlahovski
2016-10-31
9
-0
/
+179
*
[LLDB][MIPS] All tests get errors in dotest after this test.
Nitesh Jain
2016-10-10
1
-0
/
+5
*
Fixup the xfail situation on Windows.
Zachary Turner
2016-10-05
1
-0
/
+4
*
Removing the new Minidump plugin
Dimitar Vlahovski
2016-10-05
8
-178
/
+0
*
xfailing minidump tests again ... :(
Dimitar Vlahovski
2016-10-05
1
-0
/
+6
*
Fixing new Minidump plugin tests
Dimitar Vlahovski
2016-10-05
3
-18
/
+14
*
xfailing tests for Minidump plugin
Dimitar Vlahovski
2016-10-04
1
-0
/
+6
*
Adding a new Minidump post-mortem debugging plugin
Dimitar Vlahovski
2016-10-04
6
-0
/
+170
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
3
-34
/
+67
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
1
-1
/
+0
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-7
/
+68
*
Disable LinuxCoreTestCase.test_s390x
Ulrich Weigand
2016-04-14
1
-0
/
+2
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
3
-0
/
+5
*
Fixup TestLinuxCore on windows
Pavel Labath
2016-04-06
1
-0
/
+2
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
5
-8
/
+71
*
Fix thread/process ID reading from linux core files
Pavel Labath
2016-03-16
7
-0
/
+94
*
Get register context for the 32-bit process in a WoW64 process minidump
Adrian McCarthy
2016-02-25
3
-0
/
+107
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
1
-1
/
+2
*
Replace accidental DOS (and mixed) line endings in a few text files
Dimitry Andric
2016-01-11
1
-31
/
+31
*
Fix TestMiniDump.py for Python 2/3 (and for a change to debug info)
Adrian McCarthy
2016-01-11
1
-3
/
+3
*
Add some tests for stack and local variable inspection for mini dumps.
Adrian McCarthy
2015-12-11
3
-9
/
+109
*
Implement RegisterContext for Mini Dumps.
Adrian McCarthy
2015-11-12
1
-0
/
+14
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
1
-1
/
+1
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
1
-2
/
+2
[next]