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
*
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
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
1
-0
/
+9
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
2
-0
/
+2
*
Xfail failing watchpoint tests on aarch64-linux
Omair Javaid
2016-05-11
1
-0
/
+1
*
Mark TestPrintStackTraces as flaky on linux
Pavel Labath
2016-05-09
1
-0
/
+1
*
Fix TestEvents.py on OS X
Todd Fiala
2016-05-05
1
-3
/
+6
*
Fix DW_AT_specification handling in DWO files
Pavel Labath
2016-05-05
5
-0
/
+70
*
Remote flaky decorator from TestSignalsAPI on linux
Pavel Labath
2016-04-28
1
-1
/
+0
*
Fix TestGetVariables.py.
Chaoren Lin
2016-04-25
2
-2
/
+3
*
Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...
Greg Clayton
2016-04-25
3
-0
/
+223
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
2
-3
/
+7
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
4
-1
/
+4
*
Mark TestPrintStackTraces as flaky on android arm
Pavel Labath
2016-04-11
1
-0
/
+1
*
Extend XFlaky in TestProcessIO to linux as well
Pavel Labath
2016-03-14
1
-5
/
+5
*
Remove the skip if Darwin since I fixed the crash.
Jim Ingham
2016-03-11
1
-1
/
+0
*
skip newly segfaulting test on OS X public CI
Todd Fiala
2016-03-11
1
-0
/
+1
*
Remove expectedFailureFreeBSD decorator
Ed Maste
2016-02-19
1
-1
/
+1
*
Remove expectedFailureLinux decorator.
Zachary Turner
2016-02-10
1
-2
/
+2
*
Change lldb.value.__int__() so that it takes into account the signedness of t...
Enrico Granata
2016-02-10
2
-0
/
+13
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
17
-18
/
+18
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
37
-44
/
+99
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
6
-4
/
+12
*
Mark TestProcessIO as flaky on android
Pavel Labath
2016-02-04
1
-1
/
+5
*
Mark TestProcessIO.test_stdin_redirection as flaky on android
Pavel Labath
2016-02-02
1
-0
/
+1
*
Fix misnamed variable in TestProcessAPI.py
Zachary Turner
2016-02-01
1
-2
/
+2
*
Remove XFAIL Windows from a test that was fixed by r258758.
Zachary Turner
2016-01-26
1
-1
/
+0
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
1
-8
/
+4
*
[LLDB][MIPS] Fix TestPrintStackTraces.py
Sagar Thakur
2016-01-25
1
-0
/
+4
*
Remove assumptions that thread 0 is always the main thread.
Zachary Turner
2016-01-21
4
-13
/
+16
*
Fix for Bug 25338
Ravitheja Addepally
2016-01-19
1
-2
/
+0
[next]