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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
6
-556
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
2
-2
/
+2
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
2
-10
/
+10
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
2
-12
/
+17
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
2
-15
/
+4
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
2
-190
/
+66
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
2
-13
/
+13
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-4
/
+0
*
XFAIL tests that are known to fail occasionally on Linux
Vince Harron
2015-03-05
1
-0
/
+4
*
Fix TestProcessIO.py when run against a remote target
Vince Harron
2015-02-13
1
-15
/
+22
*
Fix 'process launch -i' for remote processes
Vince Harron
2015-02-10
1
-6
/
+19
*
Disable the remaining ProcessIO test on Windows.
Zachary Turner
2014-12-10
1
-1
/
+1
*
Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
Zachary Turner
2014-11-25
1
-5
/
+10
*
Fixed stdio redirection within LLDB to "do the right thing" in all cases.
Greg Clayton
2014-10-14
2
-30
/
+226
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
2
-6
/
+6
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
2
-2
/
+2
*
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
*
Minor test runner improvemenst
Daniel Malea
2013-02-19
1
-1
/
+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
2
-0
/
+8
*
rdar://problem/10492827
Johnny Chen
2012-01-12
2
-3
/
+5
*
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
2
-0
/
+14
*
Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and...
Johnny Chen
2011-12-15
2
-0
/
+48
*
SBProcess.PutSTDIN() needs to be properly typemapped when swigging,
Johnny Chen
2011-11-28
3
-0
/
+84
*
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
2
-0
/
+92
*
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
3
-0
/
+132