summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_debugger.py
Commit message (Collapse)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-56/+0
| | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-3/+0
| | | | | | | | | | | | The many many benefits include: 1 - Input/Output/Error streams are now handled as real streams not a push style input 2 - auto completion in python embedded interpreter 3 - multi-line input for "script" and "expression" commands now allow you to edit previous/next lines using up and down arrow keys and this makes multi-line input actually a viable thing to use 4 - it is now possible to use curses to drive LLDB (please try the "gui" command) We will need to deal with and fix any buildbot failures and tests and arise now that input/output and error are correctly hooked up in all cases. llvm-svn: 200263
* Changed fuzz tests to not print their values (we only need to test if access ↵Richard Mitton2013-09-251-1/+1
| | | | | | | | to them does not crash). This fixes the 'No value' string appearing in the dotest results. llvm-svn: 191399
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) ↵Johnny Chen2012-08-201-1/+4
| | | | | | | | running the test suite. Also modify the boundary condition test case SBDebugger.DispatchInput(None) to be wrapped inside a try-except clause for now. llvm-svn: 162228
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-201-1/+1
| | | | | | I also added a typemap to make DispatchInput usable in Python. llvm-svn: 162204
* Add fuzz calls for various iterators, too.Johnny Chen2011-10-031-0/+2
| | | | llvm-svn: 141035
* Add fuzz calls to newly added methods: GetAsync() and ↵Johnny Chen2011-09-151-0/+2
| | | | | | SetSelectedTarget(SBTarget). llvm-svn: 139855
* Add fuzz calls for SBStringList and add obj.Clear() calls for some files.Johnny Chen2011-06-281-0/+1
| | | | llvm-svn: 134040
* Add fuzz calls for SBDebugger.Johnny Chen2011-06-251-0/+51
llvm-svn: 133848
OpenPOWER on IntegriCloud