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
/
process
/
TestProcessAPI.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-62
/
+15
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-3
/
+3
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
1
-5
/
+5
*
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
-4
/
+0
*
Fixed incorrect python that was trying to validate that we got a valid lldb.S...
Greg Clayton
2013-03-19
1
-3
/
+3
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
1
-0
/
+25
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+6
*
Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMem...
Johnny Chen
2011-12-16
1
-25
/
+7
*
Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char...
Johnny Chen
2011-12-16
1
-0
/
+13
*
Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and...
Johnny Chen
2011-12-15
1
-0
/
+45
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-8
/
+8
*
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...
Johnny Chen
2011-07-11
1
-8
/
+8
*
The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...
Johnny Chen
2011-07-11
1
-3
/
+3
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-12
/
+12
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-7
/
+7
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
1
-2
/
+2
*
Use self.TraceOn() API.
Johnny Chen
2011-04-19
1
-5
/
+9
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-1
/
+7
*
Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...
Johnny Chen
2011-03-05
1
-1
/
+25
*
Add TestTargetAPI.py:
Johnny Chen
2011-03-03
1
-6
/
+10
*
Add some comments.
Johnny Chen
2011-03-02
1
-0
/
+4
*
Add two utility functions to lldbutil.py:
Johnny Chen
2011-03-02
1
-13
/
+13
*
Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...
Johnny Chen
2011-03-01
1
-0
/
+90
*
Fix wrong placement of skipUnless() decorator.
Johnny Chen
2011-03-01
1
-1
/
+0
*
Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file.
Johnny Chen
2011-03-01
1
-41
/
+80
*
Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...
Johnny Chen
2011-03-01
1
-0
/
+102