summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/target/TestTargetAPI.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-371/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Convert deprecated unittest method names.Zachary Turner2015-10-261-5/+5
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-10/+10
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-8/+10
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-151/+42
* Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...Todd Fiala2015-09-141-2/+0
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-061-1/+1
* os.path.join does not always work for paths on remote platforms.Chaoren Lin2015-05-111-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-10/+10
* Fix TestTargetAPI.py when run against remote host.Vince Harron2015-02-041-1/+9
* Fix a number of tests on Windows.Zachary Turner2015-01-141-1/+1
* Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton2014-11-041-4/+8
* Fixed a test suite error on MacOSX where people were using ".data" as the dat...Greg Clayton2014-11-031-1/+9
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+148
* Marked TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* as XF...Todd Fiala2014-07-091-0/+2
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-1/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-2/+2
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+10
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-3/+2
* Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham2011-10-071-0/+3
* Update the test scenario for find_global_variables() to now start the inferio...Johnny Chen2011-07-111-1/+21
* 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
* 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-291-0/+31
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-11/+8
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-8/+8
* Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen2011-04-251-1/+4
* Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen2011-04-231-7/+5
* Add a simple utility function get_description(lldb_obj, option=None) to lldbu...Johnny Chen2011-04-231-7/+8
* Add test cases for the SBTarget.GetDescription() API which takes an extra lld...Johnny Chen2011-04-221-0/+36
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Add an extra twist of stopping the inferior in a breakpoint, and then continu...Johnny Chen2011-03-071-2/+16
* Add test cases for SBTarget.Launch() API with the stdout of the inferior redi...Johnny Chen2011-03-071-0/+39
* Add a test case for the lldb command 'process connect'.Johnny Chen2011-03-041-8/+8
* Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetS...Johnny Chen2011-03-031-10/+12
* Add TestTargetAPI.py:Johnny Chen2011-03-031-0/+114
OpenPOWER on IntegriCloud