| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | rdar://problem/10216227 | Johnny Chen | 2011-12-23 | 1 | -0/+8 |
| * | Fix wrong test method name. | Johnny Chen | 2011-12-21 | 1 | -1/+1 |
| * | Work in progress for: | Johnny Chen | 2011-12-20 | 1 | -0/+4 |
| * | Work in progress for: | Johnny Chen | 2011-12-20 | 1 | -0/+7 |
| * | Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. | Johnny Chen | 2011-12-20 | 1 | -0/+1 |
| * | Add test_frame_api_boundary_condition() test case to exercise a bunch of boun... | Johnny Chen | 2011-12-19 | 1 | -0/+42 |
| * | 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 |
| * | Work in progress for: | Johnny Chen | 2011-12-19 | 1 | -0/+30 |
| * | Add a fuzz call for SBCommunication: obj.connect(None). | Johnny Chen | 2011-12-19 | 1 | -0/+1 |
| * | Work in progress for: | Johnny Chen | 2011-12-19 | 1 | -0/+4 |
| * | Work in progress for: | Johnny Chen | 2011-12-19 | 1 | -0/+6 |
| * | Work in progress for: | Johnny Chen | 2011-12-19 | 1 | -0/+43 |
| * | Fix Python docstring for SBThread.GetStopDescription(). | Johnny Chen | 2011-12-19 | 1 | -1/+1 |
| * | Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMem... | Johnny Chen | 2011-12-16 | 1 | -25/+7 |
| * | Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char... | Johnny Chen | 2011-12-16 | 2 | -0/+14 |
| * | Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and... | Johnny Chen | 2011-12-15 | 2 | -0/+48 |
| * | 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 |
| * | Move disassemble-raw-data dir to reside under test/python_api where they belong. | Johnny Chen | 2011-12-15 | 1 | -0/+45 |
| * | http://llvm.org/bugs/show_bug.cgi?id=11579 | Johnny Chen | 2011-12-15 | 1 | -0/+5 |
| * | http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras... | Johnny Chen | 2011-12-14 | 2 | -0/+5 |
| * | SBProcess.PutSTDIN() needs to be properly typemapped when swigging, | Johnny Chen | 2011-11-28 | 4 | -1/+85 |
| * | While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the ... | Johnny Chen | 2011-11-15 | 1 | -0/+6 |
| * | Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a ... | Johnny Chen | 2011-11-15 | 2 | -0/+12 |
| * | File renaming. | Johnny Chen | 2011-11-15 | 1 | -0/+0 |
| * | Add test cases for setting condition on a watchpoint for both command and API. | Johnny Chen | 2011-10-17 | 4 | -0/+136 |
| * | Add SBWatchpoint::GetError() API, which is not currently populated as yet. | Johnny Chen | 2011-10-14 | 1 | -0/+2 |
| * | Remove debug 'print watchpoint' statement. | Johnny Chen | 2011-10-14 | 1 | -1/+0 |
| * | Add a test case to exercise the newly added SB API: | Johnny Chen | 2011-10-14 | 2 | -2/+105 |
| * | Fix wrong docstring with respect to API usage. | Johnny Chen | 2011-10-14 | 1 | -5/+5 |
| * | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 9 | -85/+104 |
| * | Remove test logic to check for clang and skip the rest due to insufficient de... | Johnny Chen | 2011-10-10 | 1 | -2/+0 |
| * | Add fuzz call for SBBreakpointLocation.GetAddress(). | Johnny Chen | 2011-10-07 | 1 | -0/+1 |
| * | Move the responsibility for translating the various eFunctionNameType lookups... | Jim Ingham | 2011-10-07 | 1 | -0/+3 |
| * | Add capability to set ignore count for watchpoint on the command line: | Johnny Chen | 2011-10-05 | 1 | -0/+102 |
| * | 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 SBFrame.WatchLocation() to find and watch the location pointed to by | Johnny Chen | 2011-10-01 | 4 | -1/+193 |
| * | Fix extraneous import as a result of the last change. | Johnny Chen | 2011-09-30 | 1 | -1/+1 |
| * | Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit... | Johnny Chen | 2011-09-30 | 1 | -2/+2 |
| * | Modify lldbutil.in_range(symbol, section) to deal with the symbol whose | Johnny Chen | 2011-09-28 | 1 | -2/+6 |
| * | Add a test sequence of iterating through a module's symbols belonging to a se... | Johnny Chen | 2011-09-28 | 1 | -0/+6 |
| * | Add a simple test TestModuleAndSection.py to exercise some module/section-rel... | Johnny Chen | 2011-09-27 | 3 | -0/+188 |
| * | Make the assignment of TestBase.mydir more portable. | Johnny Chen | 2011-09-27 | 3 | -3/+3 |
| * | SBWatchpointLocation.GetDescription() takes an additional description level arg. | Johnny Chen | 2011-09-27 | 1 | -0/+3 |
| * | Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python... | Johnny Chen | 2011-09-27 | 2 | -1/+11 |
| * | Add fuzz testing for newly added SBWatchpointLocation API. | Johnny Chen | 2011-09-27 | 2 | -0/+28 |