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