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
/
test
/
python_api
/
default-constructor
/
TestDefaultConstructorForAPIObjects.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-392
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-33
/
+33
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-33
/
+35
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-0
/
+32
*
Added minor comment
Vince Harron
2015-05-12
1
-0
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-10
/
+0
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not ...
Johnny Chen
2011-12-19
1
-0
/
+6
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-4
/
+4
*
Add SBSection API to the fuzz testing.
Johnny Chen
2011-10-03
1
-0
/
+10
*
Add fuzz testing for newly added SBWatchpointLocation API.
Johnny Chen
2011-09-27
1
-0
/
+10
*
On second thought, add the IsValid() method to SBTypeList, making it similar ...
Johnny Chen
2011-08-05
1
-4
/
+2
*
Fixed test suite failure of test_SBTypeList().
Johnny Chen
2011-08-05
1
-1
/
+4
*
Remove expectedFailure decorator for test_SBType, which does not take an empt...
Johnny Chen
2011-08-05
1
-12
/
+15
*
Public API changes:
Enrico Granata
2011-07-29
1
-0
/
+2
*
Add some comment.
Johnny Chen
2011-07-08
1
-0
/
+1
*
o TestEvents.py:
Johnny Chen
2011-07-08
1
-0
/
+1
*
Add fuzz calls for SBTypeMember.
Johnny Chen
2011-06-29
1
-0
/
+10
*
Add fuzz calls to SBType, SBValue, and SBValueList.
Johnny Chen
2011-06-29
1
-0
/
+9
*
Add fuzz calls for SBTarget and SBThread.
Johnny Chen
2011-06-29
1
-0
/
+6
*
Add fuzz calls for SBSymbol and SBSymbolContext.
Johnny Chen
2011-06-28
1
-0
/
+6
*
Add fuzz calls for SBStringList and add obj.Clear() calls for some files.
Johnny Chen
2011-06-28
1
-0
/
+3
*
Add fuzz calls for SBModule and SBProcess.
Johnny Chen
2011-06-28
1
-0
/
+6
*
Add fuzz calls for SBListener.
Johnny Chen
2011-06-28
1
-0
/
+3
*
Add fuzz calls for SBLineEntry.
Johnny Chen
2011-06-28
1
-0
/
+3
*
Add fuzz calls for SBInstruction and SBInstructionList.
Johnny Chen
2011-06-28
1
-0
/
+6
*
Add fuzz calls for SBInputReader.
Johnny Chen
2011-06-28
1
-0
/
+3
*
Add fuzz calls for SBFrame and SBFunction.
Johnny Chen
2011-06-27
1
-0
/
+6
*
Add fuzz calls for SBFileSpec.
Johnny Chen
2011-06-27
1
-0
/
+3
*
Add fuzz calls for SBEvent.
Johnny Chen
2011-06-27
1
-0
/
+3
*
Add fuzz calls for SBError.
Johnny Chen
2011-06-25
1
-0
/
+3
*
Add fuzz calls for SBDebugger.
Johnny Chen
2011-06-25
1
-0
/
+3
*
Add fuzz calls for SBCompileUnit.
Johnny Chen
2011-06-24
1
-0
/
+3
*
Add fuzz calls for SBCommunication.
Johnny Chen
2011-06-24
1
-0
/
+3
*
Add fuzz calls for SBBroadcaster.
Johnny Chen
2011-06-24
1
-0
/
+3
*
Add fuzz calls for SBBreakpointLocation.
Johnny Chen
2011-06-24
1
-0
/
+3
*
Add fuzz calls for SBBreakpoint.
Johnny Chen
2011-06-24
1
-2
/
+6
*
Add fuzz calls for SBBlock.
Johnny Chen
2011-06-24
1
-0
/
+3
*
Start adding API calls to the invalid SB API object after default construction.
Johnny Chen
2011-06-24
1
-0
/
+3
*
Add docstring to test_SBSymbolContextList(self) explaining that upon default ...
Johnny Chen
2011-06-22
1
-0
/
+1
*
Recent change to SBSymbolContextList (r133498) makes the default constructor ...
Johnny Chen
2011-06-22
1
-3
/
+3
*
Minor module-level docstring change.
Johnny Chen
2011-06-20
1
-1
/
+1
*
Test lldb Python API object's default constructor and make sure it is invalid
Johnny Chen
2011-06-20
1
-0
/
+243