summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* The SBValue.linked_list_iter() API failed for an empty list.Johnny Chen2011-07-272-2/+24
* Add skip test for clang, which has insufficient debug info for call site in m...Johnny Chen2011-07-261-1/+3
* We can do better with the SBValue.linked_list_iter() API by supplying a defaultJohnny Chen2011-07-261-10/+26
* The test function to determine whether we have reached the end of the list wasJohnny Chen2011-07-261-17/+12
* Add a stronger assert for the test to ensure that the visited items from iter...Johnny Chen2011-07-251-0/+9
* Provide an add-on API to SBValue class by post-processing to provide a wayJohnny Chen2011-07-253-0/+146
* Add an additional formatter class RecursiveDecentFormatter which prints theJohnny Chen2011-07-222-1/+26
* Add new API for SBAddress to the fuzz test:Johnny Chen2011-07-221-0/+1
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-221-2/+1
* Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil...Johnny Chen2011-07-222-0/+8
* Add test scenario of SBValue APIs for the 'days_of_week' global variable.Johnny Chen2011-07-211-0/+7
* Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByte...Johnny Chen2011-07-211-0/+10
* A more succinct assertTrue.Johnny Chen2011-07-201-2/+1
* Minor change; add an assertTrue stmt.Johnny Chen2011-07-201-0/+1
* Add TestValueAPI.py to exercise the newly added/modified SBValue APIs:Johnny Chen2011-07-153-0/+122
* Added the ability to get synthetic child values from SBValue objects thatGreg Clayton2011-07-151-1/+1
* Minor change of variable name, from m to b (for breakpoint).Johnny Chen2011-07-141-2/+2
* Modify the test script to better handle the different inlining behaviors ofJohnny Chen2011-07-132-10/+37
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-115-21/+17
* The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...Johnny Chen2011-07-111-3/+3
* Update the test scenario for find_global_variables() to now start the inferio...Johnny Chen2011-07-111-1/+21
* Add some comment.Johnny Chen2011-07-081-0/+1
* o TestEvents.py:Johnny Chen2011-07-082-0/+88
* Rearranged the debug output to come before the assert for function name 'oute...Johnny Chen2011-07-081-6/+6
* The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::B...Johnny Chen2011-07-071-1/+0
* 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
OpenPOWER on IntegriCloud