summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* rdar://problem/10216227Johnny Chen2011-12-231-0/+8
* Fix wrong test method name.Johnny Chen2011-12-211-1/+1
* Work in progress for:Johnny Chen2011-12-201-0/+4
* Work in progress for:Johnny Chen2011-12-201-0/+7
* Add fuzz call to SBStringList.AppendString(None). LLDB should not crash.Johnny Chen2011-12-201-0/+1
* Add test_frame_api_boundary_condition() test case to exercise a bunch of boun...Johnny Chen2011-12-191-0/+42
* Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not ...Johnny Chen2011-12-191-0/+6
* Tes passing None to SetErrorString() and SetErrorStringWithFormat().Johnny Chen2011-12-191-0/+2
* Work in progress for:Johnny Chen2011-12-191-0/+30
* Add a fuzz call for SBCommunication: obj.connect(None).Johnny Chen2011-12-191-0/+1
* Work in progress for:Johnny Chen2011-12-191-0/+4
* Work in progress for:Johnny Chen2011-12-191-0/+6
* Work in progress for:Johnny Chen2011-12-191-0/+43
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-1/+1
* Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMem...Johnny Chen2011-12-161-25/+7
* Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char...Johnny Chen2011-12-162-0/+14
* Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and...Johnny Chen2011-12-152-0/+48
* Add fuzz call for newly added method SBTarget.GetInstructions().Johnny Chen2011-12-151-0/+1
* Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen2011-12-151-0/+3
* Move disassemble-raw-data dir to reside under test/python_api where they belong.Johnny Chen2011-12-151-0/+45
* http://llvm.org/bugs/show_bug.cgi?id=11579Johnny Chen2011-12-151-0/+5
* http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen2011-12-142-0/+5
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-284-1/+85
* While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the ...Johnny Chen2011-11-151-0/+6
* Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a ...Johnny Chen2011-11-152-0/+12
* File renaming.Johnny Chen2011-11-151-0/+0
* Add test cases for setting condition on a watchpoint for both command and API.Johnny Chen2011-10-174-0/+136
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-0/+2
* Remove debug 'print watchpoint' statement.Johnny Chen2011-10-141-1/+0
* Add a test case to exercise the newly added SB API:Johnny Chen2011-10-142-2/+105
* Fix wrong docstring with respect to API usage.Johnny Chen2011-10-141-5/+5
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-149-85/+104
* Remove test logic to check for clang and skip the rest due to insufficient de...Johnny Chen2011-10-101-2/+0
* Add fuzz call for SBBreakpointLocation.GetAddress().Johnny Chen2011-10-071-0/+1
* Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham2011-10-071-0/+3
* Add capability to set ignore count for watchpoint on the command line:Johnny Chen2011-10-051-0/+102
* Add fuzz call for sub-section iteration for SBSection.Johnny Chen2011-10-031-0/+2
* Add SBSection API to the fuzz testing.Johnny Chen2011-10-032-0/+30
* Add fuzz call for watchpoint location iterator, too.Johnny Chen2011-10-031-0/+2
* Add fuzz calls for various iterators, too.Johnny Chen2011-10-0312-1/+31
* Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen2011-10-014-1/+193
* Fix extraneous import as a result of the last change.Johnny Chen2011-09-301-1/+1
* Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen2011-09-301-2/+2
* Modify lldbutil.in_range(symbol, section) to deal with the symbol whoseJohnny Chen2011-09-281-2/+6
* Add a test sequence of iterating through a module's symbols belonging to a se...Johnny Chen2011-09-281-0/+6
* Add a simple test TestModuleAndSection.py to exercise some module/section-rel...Johnny Chen2011-09-273-0/+188
* Make the assignment of TestBase.mydir more portable.Johnny Chen2011-09-273-3/+3
* SBWatchpointLocation.GetDescription() takes an additional description level arg.Johnny Chen2011-09-271-0/+3
* Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen2011-09-272-1/+11
* Add fuzz testing for newly added SBWatchpointLocation API.Johnny Chen2011-09-272-0/+28
OpenPOWER on IntegriCloud