summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* Add assert to check the SBModule of SBSymbolContextList returned from SBTarge...Johnny Chen2011-07-071-0/+1
* Add test cases to exercise the SBTarget.FindFunctions() API.Johnny Chen2011-07-071-0/+33
* Add fuzz calls for SBType::IsPointerType(void *opaque_type).Johnny Chen2011-07-061-0/+2
* Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() ...Johnny Chen2011-07-051-1/+0
* While we are at it, let's also exercise the similar SBModule.FindGlobalVariab...Johnny Chen2011-06-301-7/+21
* Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindG...Johnny Chen2011-06-292-0/+33
* Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...).Johnny Chen2011-06-292-0/+2
* Add fuzz calls for SBTypeMember.Johnny Chen2011-06-292-0/+28
* Add fuzz calls to SBType, SBValue, and SBValueList.Johnny Chen2011-06-294-0/+75
* Add fuzz calls for SBTarget and SBThread.Johnny Chen2011-06-293-0/+83
* Add fuzz calls for SBSymbol and SBSymbolContext.Johnny Chen2011-06-283-0/+37
* Add fuzz calls for SBStringList and add obj.Clear() calls for some files.Johnny Chen2011-06-2810-0/+25
* Add fuzz calls for SBModule and SBProcess.Johnny Chen2011-06-283-0/+67
* Add fuzz calls for SBListener.Johnny Chen2011-06-282-0/+26
* Add fuzz calls for SBLineEntry.Johnny Chen2011-06-283-1/+18
* Add fuzz calls for SBInstruction and SBInstructionList.Johnny Chen2011-06-283-0/+36
* Add fuzz calls for SBInputReader.Johnny Chen2011-06-282-0/+16
* Add fuzz calls for SBFrame and SBFunction.Johnny Chen2011-06-273-0/+59
* Add fuzz calls for SBFileSpec.Johnny Chen2011-06-272-0/+17
* Add fuzz calls for SBEvent.Johnny Chen2011-06-272-0/+20
* Move hello_world to now reside under python_api dir.Johnny Chen2011-06-263-0/+199
* Add fuzz calls for SBError.Johnny Chen2011-06-252-0/+22
* Add fuzz calls for SBDebugger.Johnny Chen2011-06-252-0/+54
* Add fuzz calls for SBCompileUnit.Johnny Chen2011-06-242-0/+16
* Add fuzz calls for SBCommunication.Johnny Chen2011-06-242-0/+30
* Add fuzz calls for SBBroadcaster.Johnny Chen2011-06-242-0/+22
* Add fuzz calls for SBBreakpointLocation.Johnny Chen2011-06-242-0/+30
* Add fuzz calls for SBBreakpoint.Johnny Chen2011-06-242-2/+39
* Add fuzz calls for SBBlock.Johnny Chen2011-06-242-0/+20
* Start adding API calls to the invalid SB API object after default construction.Johnny Chen2011-06-242-0/+15
* o lldbtest.py:Johnny Chen2011-06-231-31/+34
* For now, use 'b.out' compiled from main2.cpp as the executable name for test_...Johnny Chen2011-06-231-11/+6
* Add docstring to test_SBSymbolContextList(self) explaining that upon default ...Johnny Chen2011-06-221-0/+1
* Recent change to SBSymbolContextList (r133498) makes the default constructor ...Johnny Chen2011-06-221-3/+3
* Minor module-level docstring change.Johnny Chen2011-06-201-1/+1
* Test lldb Python API object's default constructor and make sure it is invalidJohnny Chen2011-06-201-0/+243
* Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined()...Johnny Chen2011-06-204-0/+128
* o lldbutil.py:Johnny Chen2011-06-162-4/+5
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-1513-100/+83
* Comment out the debug stmts.Johnny Chen2011-06-091-3/+2
* Add rich comparison methods for the SBAddress object.Johnny Chen2011-06-091-1/+6
* Comment change.Johnny Chen2011-05-261-1/+1
* Simplify test setup; there's no need to pass a customized dictionary here.Johnny Chen2011-05-261-1/+1
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-249-60/+60
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-174-23/+23
* Add implementation of built-in function len() for those lldb containers withJohnny Chen2011-05-161-11/+31
* Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.Johnny Chen2011-05-161-9/+9
* Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve ...Johnny Chen2011-05-131-9/+3
* Add two utility functions:Johnny Chen2011-05-1210-4/+253
* Add a utility function get_registers(frame, kind) to get the registers of a g...Johnny Chen2011-05-101-0/+72
OpenPOWER on IntegriCloud