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
*
[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
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
1
-7
/
+0
*
Remove android watchpoint xfails
Pavel Labath
2017-11-02
6
-14
/
+0
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-228
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+228
*
Add a "watchpoint" test category and annotate tests appropriately
Pavel Labath
2017-10-31
1
-0
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
8
-18
/
+29
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
8
-29
/
+18
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
8
-18
/
+29
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
8
-29
/
+18
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
8
-18
/
+29
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
2
-0
/
+53
*
Expose active and available platform lists via SBDebugger API
Vadim Macagon
2017-08-09
1
-0
/
+4
*
Fix ProcessAPITestCase.test_get_process_info
Vadim Macagon
2017-08-02
1
-15
/
+27
*
xfail test_get_process_info pending bot fixes
Sean Callanan
2017-08-01
1
-0
/
+1
*
Expose process instance info via SB API
Vadim Macagon
2017-08-01
3
-0
/
+96
*
Added new API to SBStructuredData class
Abhishek Aggarwal
2017-05-29
1
-0
/
+206
*
Switch SBBreakpointLocation to use a weak_ptr
Pavel Labath
2017-03-01
1
-0
/
+3
*
Switch SBWatchpoint to use a weak_ptr to the underlying object
Pavel Labath
2017-02-28
1
-0
/
+3
*
Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint object
Pavel Labath
2017-02-27
1
-0
/
+23
*
Fix TestNameLookup for GCC
Pavel Labath
2017-02-15
1
-2
/
+2
*
XFAIL TestNameLookup for GCC
Pavel Labath
2017-02-14
1
-1
/
+2
*
Fix buildbots.
Greg Clayton
2017-02-13
1
-1
/
+1
*
FindFunctions now works again with mangled names.
Greg Clayton
2017-02-13
3
-0
/
+124
*
Improve asserts in TestWatchpointIgnoreCount
Pavel Labath
2017-02-10
1
-9
/
+7
*
Fix SBData::SetData() so that it always sets the address byte size correctly ...
Greg Clayton
2017-01-25
1
-0
/
+20
*
Fix dereferencing of pointers to empty classes
Tamas Berghammer
2017-01-07
3
-0
/
+81
*
[LLDB][MIPS] All tests get errors in dotest after this test.
Nitesh Jain
2016-10-10
1
-0
/
+1
*
xfail TestSBTypeTypeClass.py on macOS i386
Todd Fiala
2016-10-06
1
-1
/
+5
*
Fixup the xfail situation on Windows.
Zachary Turner
2016-10-05
1
-0
/
+1
*
Revert "XFAIL TestSBData for gcc-4.9 i386"
Pavel Labath
2016-10-02
1
-1
/
+0
*
XFAIL TestSBData for gcc-4.9 i386
Pavel Labath
2016-09-30
1
-0
/
+1
*
use assertEquals in TestSBTypeClassMembers
Todd Fiala
2016-09-28
1
-26
/
+33
*
Fix TestSymbolContextTwoFiles on Android after rL281595
Tamas Berghammer
2016-09-15
1
-1
/
+1
*
Add support for DW_AT_ranges_base attribute
Tamas Berghammer
2016-09-15
4
-19
/
+71
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
76
-1036
/
+2071
*
Skip TestDisassembleRawData when remote
Francis Ricci
2016-07-01
1
-0
/
+1
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
1
-9
/
+0
[next]