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
/
python_api
Commit message (
Expand
)
Author
Age
Files
Lines
*
[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptr
Pavel Labath
2019-08-14
1
-0
/
+17
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
74
-146
/
+0
*
Fix `skipIfSanitized` decorator on macOS
Jonas Devlieghere
2019-08-01
1
-1
/
+1
*
[lldb] [test] Mark newly running test XFAIL on NetBSD
Michal Gorny
2019-07-30
1
-0
/
+1
*
[lldb][test_suite] Update tests with unexpected pass on Android aarch64
Alex Langford
2019-07-23
1
-0
/
+1
*
[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
Michal Gorny
2019-07-13
1
-1
/
+0
*
[lldb] [test] Update NetBSD XFAILs in test suite
Michal Gorny
2019-07-08
5
-4
/
+1
*
[lldb] [lldbsuite] Use a unique class name for TestValueVarUpdate
Stella Stamenova
2019-07-01
1
-1
/
+1
*
[ABI] Implement Windows ABI for x86_64
Alex Langford
2019-06-24
1
-1
/
+0
*
[lldb] [test] Mark frequently failing flaky tests skipped on NetBSD
Michal Gorny
2019-05-15
1
-0
/
+2
*
Make SBDebugger.RunCommandInterpreter callable from Python.
Jim Ingham
2019-05-15
1
-0
/
+38
*
typedef enum -> enum
Fangrui Song
2019-05-14
2
-4
/
+4
*
Revert "Disable the step over skipping calls feature since buildbots are not ...
Pavel Labath
2019-05-10
1
-1
/
+0
*
Another use of the interactive lldb.debugger.
Jason Molenda
2019-04-25
1
-1
/
+1
*
Make TestPrintStackTraces deterministic
Pavel Labath
2019-04-12
2
-158
/
+8
*
modify-python-lldb.py: (Re)move __len__ and __iter__ support
Pavel Labath
2019-04-04
1
-0
/
+1
*
modify-python-lldb.py: clean up __iter__ and __len__ support
Pavel Labath
2019-04-03
6
-0
/
+13
*
[testsuite] Remove other traces broken in python 3.
Davide Italiano
2019-03-13
1
-31
/
+0
*
[test] Some unicode sequences can't be printed, and Py 3 is more picky.
Davide Italiano
2019-03-13
1
-4
/
+0
*
[lldb] [test] Mark more tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
[lldbsuite, windows] Skip the TestEvents tests on Windows
Stella Stamenova
2019-03-05
1
-0
/
+3
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
12
-2
/
+13
*
Embed swig version into lldb.py in a different way
Pavel Labath
2019-02-15
1
-0
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
28
-112
/
+84
*
[Core] Use the implementation method GetAddressOf in ValueObjectConstResultChild
Aleksandr Urakov
2019-01-14
1
-0
/
+3
*
Disable a few tests on the green dragon sanitzier bot.
Adrian Prantl
2018-12-20
1
-0
/
+1
*
[lldbsuite] Un-xfail TestEvents on Windows
Stella Stamenova
2018-12-20
1
-3
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)
Stella Stamenova
2018-12-20
3
-4
/
+0
*
TestHelloWorld: Use a file on the target platform for synchronisation.
Adrian Prantl
2018-12-18
2
-19
/
+29
*
A few small updates to the testsuite for running against an iOS device.
Jason Molenda
2018-12-17
1
-2
/
+0
*
Remove sleep() synchronisation from teststcase and
Adrian Prantl
2018-12-17
1
-9
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-2
/
+2
*
[lldbsuite, windows] Mark tests as XFAIL on Windows or skip them
Stella Stamenova
2018-08-02
1
-0
/
+1
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
2
-6
/
+6
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
2
-0
/
+48
*
Mark this test as no debuginfo
Adrian Prantl
2018-06-22
1
-1
/
+1
*
[lit, windows] Disable a number of tests that are failing on Windows
Stella Stamenova
2018-06-07
5
-0
/
+5
*
[lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or Windows
Stella Stamenova
2018-05-07
1
-0
/
+6
*
Add children and child[N] properties to SBValue.i.
Jim Ingham
2018-05-04
1
-1
/
+15
*
Add and fix some tests for PPC64
Pavel Labath
2018-03-26
1
-0
/
+6
*
Fix TestSBData.py on Windows
Adrian McCarthy
2018-02-22
1
-1
/
+1
*
Fix a couple of more tests to not create files in the source tree
Pavel Labath
2018-02-21
1
-18
/
+11
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
1
-5
/
+5
*
Build each testcase variant in its own subdirectory and remove the srcdir loc...
Adrian Prantl
2018-02-06
5
-29
/
+34
*
PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.
Vedant Kumar
2018-01-30
1
-0
/
+1
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
14
-26
/
+30
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
32
-53
/
+52
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-0
/
+31
*
Enable TestReadMemCString on non-darwin targets
Pavel Labath
2017-12-22
2
-11
/
+4
*
Change SBProcess::ReadCStringFromMemory() back to returning
Jason Molenda
2017-12-22
3
-0
/
+81
[next]