summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/target
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Convert deprecated unittest method names.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-14Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...Todd Fiala
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-06-06Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin
2015-05-11os.path.join does not always work for paths on remote platforms.Chaoren Lin
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-02-04Fix TestTargetAPI.py when run against remote host.Vince Harron
2015-01-14Fix a number of tests on Windows.Zachary Turner
2014-11-04Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton
2014-11-03Fixed a test suite error on MacOSX where people were using ".data" as the dat...Greg Clayton
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner
2014-07-09Marked TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* as XF...Todd Fiala
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2011-10-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-07-11Update the test scenario for find_global_variables() to now start the inferio...Johnny Chen
2011-07-07Add assert to check the SBModule of SBSymbolContextList returned from SBTarge...Johnny Chen
2011-07-07Add test cases to exercise the SBTarget.FindFunctions() API.Johnny Chen
2011-06-30While we are at it, let's also exercise the similar SBModule.FindGlobalVariab...Johnny Chen
2011-06-29Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindG...Johnny Chen
2011-06-15The extra burden for the Python API test case to assign its process object to...Johnny Chen
2011-05-24Now that we have added a post-processing step for adding truth value testing toJohnny Chen
2011-04-25Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,Johnny Chen
2011-04-23Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen
2011-04-23Add a simple utility function get_description(lldb_obj, option=None) to lldbu...Johnny Chen
2011-04-22Add test cases for the SBTarget.GetDescription() API which takes an extra lld...Johnny Chen
2011-04-19Converted to use SBProcess.LaunchSimple().Johnny Chen
2011-03-07Add an extra twist of stopping the inferior in a breakpoint, and then continu...Johnny Chen
2011-03-07Add test cases for SBTarget.Launch() API with the stdout of the inferior redi...Johnny Chen
2011-03-04Add a test case for the lldb command 'process connect'.Johnny Chen
2011-03-03Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetS...Johnny Chen
2011-03-03Add TestTargetAPI.py:Johnny Chen