| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. | Johnny Chen | 2011-12-20 | 1 | -0/+1 |
| * | Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not ... | Johnny Chen | 2011-12-19 | 1 | -0/+6 |
| * | Tes passing None to SetErrorString() and SetErrorStringWithFormat(). | Johnny Chen | 2011-12-19 | 1 | -0/+2 |
| * | Add a fuzz call for SBCommunication: obj.connect(None). | Johnny Chen | 2011-12-19 | 1 | -0/+1 |
| * | Add fuzz call for newly added method SBTarget.GetInstructions(). | Johnny Chen | 2011-12-15 | 1 | -0/+1 |
| * | Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ... | Johnny Chen | 2011-12-15 | 1 | -0/+3 |
| * | http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras... | Johnny Chen | 2011-12-14 | 1 | -0/+1 |
| * | SBProcess.PutSTDIN() needs to be properly typemapped when swigging, | Johnny Chen | 2011-11-28 | 1 | -1/+1 |
| * | Add test cases for setting condition on a watchpoint for both command and API. | Johnny Chen | 2011-10-17 | 1 | -0/+2 |
| * | Add SBWatchpoint::GetError() API, which is not currently populated as yet. | Johnny Chen | 2011-10-14 | 1 | -0/+2 |
| * | Add a test case to exercise the newly added SB API: | Johnny Chen | 2011-10-14 | 1 | -2/+3 |
| * | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 5 | -14/+14 |
| * | Add fuzz call for SBBreakpointLocation.GetAddress(). | Johnny Chen | 2011-10-07 | 1 | -0/+1 |
| * | Add fuzz call for sub-section iteration for SBSection. | Johnny Chen | 2011-10-03 | 1 | -0/+2 |
| * | Add SBSection API to the fuzz testing. | Johnny Chen | 2011-10-03 | 2 | -0/+30 |
| * | Add fuzz call for watchpoint location iterator, too. | Johnny Chen | 2011-10-03 | 1 | -0/+2 |
| * | Add fuzz calls for various iterators, too. | Johnny Chen | 2011-10-03 | 12 | -1/+31 |
| * | Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python... | Johnny Chen | 2011-09-27 | 1 | -0/+8 |
| * | Add fuzz testing for newly added SBWatchpointLocation API. | Johnny Chen | 2011-09-27 | 2 | -0/+28 |
| * | Add FindValue() and WatchValue() fuzz calls to the mix. | Johnny Chen | 2011-09-24 | 1 | -0/+3 |
| * | Added to the public API to allow symbolication: | Greg Clayton | 2011-09-24 | 2 | -2/+2 |
| * | Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSo... | Johnny Chen | 2011-09-15 | 1 | -0/+3 |
| * | Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTar... | Johnny Chen | 2011-09-15 | 1 | -0/+2 |
| * | Add new SBAddress APIs to the fuzz tests. | Johnny Chen | 2011-08-15 | 1 | -0/+8 |
| * | 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 | 2 | -30/+15 |
| * | Public API changes: | Enrico Granata | 2011-07-29 | 1 | -0/+2 |
| * | Add new API for SBAddress to the fuzz test: | Johnny Chen | 2011-07-22 | 1 | -0/+1 |
| * | Make the SBAddress class easier to use when using the public | Greg Clayton | 2011-07-22 | 1 | -2/+1 |
| * | Added the ability to get synthetic child values from SBValue objects that | Greg Clayton | 2011-07-15 | 1 | -1/+1 |
| * | Add some comment. | Johnny Chen | 2011-07-08 | 1 | -0/+1 |
| * | o TestEvents.py: | Johnny Chen | 2011-07-08 | 1 | -0/+1 |
| * | The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::B... | Johnny Chen | 2011-07-07 | 1 | -1/+0 |
| * | Add fuzz calls for SBType::IsPointerType(void *opaque_type). | Johnny Chen | 2011-07-06 | 1 | -0/+2 |
| * | Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() ... | Johnny Chen | 2011-07-05 | 1 | -1/+0 |
| * | Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). | Johnny Chen | 2011-06-29 | 2 | -0/+2 |
| * | Add fuzz calls for SBTypeMember. | Johnny Chen | 2011-06-29 | 2 | -0/+28 |
| * | Add fuzz calls to SBType, SBValue, and SBValueList. | Johnny Chen | 2011-06-29 | 4 | -0/+75 |
| * | Add fuzz calls for SBTarget and SBThread. | Johnny Chen | 2011-06-29 | 3 | -0/+83 |
| * | Add fuzz calls for SBSymbol and SBSymbolContext. | Johnny Chen | 2011-06-28 | 3 | -0/+37 |
| * | Add fuzz calls for SBStringList and add obj.Clear() calls for some files. | Johnny Chen | 2011-06-28 | 10 | -0/+25 |
| * | Add fuzz calls for SBModule and SBProcess. | Johnny Chen | 2011-06-28 | 3 | -0/+67 |
| * | Add fuzz calls for SBListener. | Johnny Chen | 2011-06-28 | 2 | -0/+26 |
| * | Add fuzz calls for SBLineEntry. | Johnny Chen | 2011-06-28 | 3 | -1/+18 |
| * | Add fuzz calls for SBInstruction and SBInstructionList. | Johnny Chen | 2011-06-28 | 3 | -0/+36 |
| * | Add fuzz calls for SBInputReader. | Johnny Chen | 2011-06-28 | 2 | -0/+16 |
| * | Add fuzz calls for SBFrame and SBFunction. | Johnny Chen | 2011-06-27 | 3 | -0/+59 |
| * | Add fuzz calls for SBFileSpec. | Johnny Chen | 2011-06-27 | 2 | -0/+17 |
| * | Add fuzz calls for SBEvent. | Johnny Chen | 2011-06-27 | 2 | -0/+20 |