summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen2011-09-271-0/+118
* Remove the @expectedFailureClang custom decorator for indicating clang-specif...Johnny Chen2011-09-261-2/+3
* Fix comment.Johnny Chen2011-09-241-1/+1
* Add FindValue() and WatchValue() fuzz calls to the mix.Johnny Chen2011-09-241-0/+3
* Added to the public API to allow symbolication:Greg Clayton2011-09-243-4/+4
* Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen2011-09-243-0/+126
* Fix wrong test method name.Johnny Chen2011-09-151-1/+1
* Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSo...Johnny Chen2011-09-151-0/+3
* Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTar...Johnny Chen2011-09-151-0/+2
* Test should print to stdout only if self.TraceOn() is True.Johnny Chen2011-09-061-10/+20
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-063-0/+252
* Add a decorator for marking clang only expectedFailure. Use it for the test_...Johnny Chen2011-08-191-0/+4
* Re-enable the test for ValueAsUnsigned on a register Value.Jim Ingham2011-08-161-5/+3
* Add new SBAddress APIs to the fuzz tests.Johnny Chen2011-08-151-0/+8
* Test case for changing ValueObjects with SBValue::SetValueFromCString.Jim Ingham2011-08-133-0/+181
* Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...Johnny Chen2011-08-112-0/+21
* Change the SBValue.linked_list_iter() to treat the value object as a homogene...Johnny Chen2011-08-111-3/+3
* On second thought, add the IsValid() method to SBTypeList, making it similar ...Johnny Chen2011-08-051-4/+2
* Fixed test suite failure of test_SBTypeList().Johnny Chen2011-08-051-1/+4
* Add SBType.GetBasicType() to the test scenario.Johnny Chen2011-08-051-0/+9
* o modify-python-lldb.py:Johnny Chen2011-08-053-0/+162
* Remove expectedFailure decorator for test_SBType, which does not take an empt...Johnny Chen2011-08-052-30/+15
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-033-14/+14
* Add a @benchmarks_test decorator for test method we want to categorize as ben...Johnny Chen2011-07-304-0/+6
* Public API changes:Enrico Granata2011-07-291-0/+2
* 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
OpenPOWER on IntegriCloud