summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil
Commit message (Expand)AuthorAgeFilesLines
* 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-154-17/+17
* Simplify test setup; there's no need to pass a customized dictionary here.Johnny Chen2011-05-261-1/+1
* 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
* 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
* Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen2011-05-021-2/+2
* Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen2011-04-291-1/+1
* Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen2011-04-281-2/+1
* Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen2011-04-281-13/+13
* Add a utility function smart_iter() which has knowledge of the getsize and th...Johnny Chen2011-04-271-2/+37
* Use new string formatting operations in assert messages to simplify things.Johnny Chen2011-04-271-2/+2
* Add another test case for lldb_iter(), this time using SBTarget to get at its...Johnny Chen2011-04-272-8/+43
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-1/+1
* Add a test case for lldbutil.lldb_iter() which returns an iterator objectJohnny Chen2011-04-261-0/+64
* For lldbutil.py, Change a bunch of function names to all lower case formats t...Johnny Chen2011-04-251-1/+1
* Rename test/threads to python_api/lldbutil; it uses lldbutil functions to pri...Johnny Chen2011-04-193-0/+191
OpenPOWER on IntegriCloud