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
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
3
-0
/
+139
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-0
/
+1
*
Fixed up intermittently failing tests to skip on Linux.
Todd Fiala
2014-03-25
1
-0
/
+1
*
Refactor the Queues test case a little based on feedback from Jim.
Jason Molenda
2014-03-13
1
-59
/
+135
*
Also check if the queues are serial or concurrent.
Jason Molenda
2014-03-13
1
-1
/
+7
*
Add a quick test case for some of the queues debugging support.
Jason Molenda
2014-03-13
3
-0
/
+253
*
Change the name of the test class for this test (was copy/paste value...)
Jim Ingham
2014-01-14
1
-1
/
+1
*
Remove a compilation warning in the test case main.c file.
Jim Ingham
2014-01-14
1
-1
/
+1
*
This is a macosx specific test case for stepping & setting breakpoints on ind...
Jim Ingham
2014-01-13
6
-0
/
+190
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
2
-2
/
+2
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
4
-4
/
+4
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+1
*
A new test case which adds a dSYM to an executable mid-debug session
Jason Molenda
2013-08-15
3
-0
/
+65
*
Add missing -Xlinker to order test.
Stefanus Du Toit
2013-07-30
1
-1
/
+1
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
1
-8
/
+3
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
Remove the expectedFailure decorator as the bug has been fixed.
Johnny Chen
2012-04-21
1
-1
/
+0
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+2
*
Add a Test case to make sure that __apple_types section does get produced by ...
Johnny Chen
2012-04-03
1
-3
/
+22
*
Add some more debug prints and retrieve the debug subsections from the DWARF ...
Johnny Chen
2012-04-03
1
-6
/
+14
*
Add testcase that verifies that __apple_types is a valid section in a .o file...
Johnny Chen
2012-04-02
3
-0
/
+93
*
Modify a couple of Makefiles to use clang instead of gcc, since gcc is being ...
Johnny Chen
2012-01-12
1
-4
/
+1
*
Patches for running some of the Linux tests from Dawn, thanks!
Johnny Chen
2011-12-22
1
-0
/
+1
*
Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTarg...
Johnny Chen
2011-08-13
1
-0
/
+19
*
Modify the skipUnless() logic to work for OSX Lion.
Johnny Chen
2011-08-13
1
-1
/
+1
*
Move top level test dirs platform and inferior-crashing to reside under funct...
Johnny Chen
2011-06-27
5
-0
/
+117
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-2
/
+2
*
Add test scenario to verify 'eax' register is available when launching the i3...
Johnny Chen
2011-05-08
1
-0
/
+11
*
Add new radar info for failed test.
Johnny Chen
2011-02-08
1
-1
/
+1
*
Make the assertion message about 32-bit process address byte size more clear.
Johnny Chen
2011-02-08
1
-2
/
+5
*
Parametrize make variable CC to also test with clang.
Johnny Chen
2011-02-03
1
-4
/
+9
*
Remove @expectedFailure decorator as the bug has been fixed.
Johnny Chen
2010-12-01
1
-1
/
+0
*
Add @expectedFailure decorator for a known bug:
Johnny Chen
2010-12-01
1
-0
/
+2
*
Make the specification of relative directory more robust.
Johnny Chen
2010-11-09
1
-1
/
+1
*
Make calling the super class's setUp() method less fragile.
Johnny Chen
2010-10-14
1
-1
/
+2
*
Avoid using hardcoded line number to break on. Use the line_number() utility
Johnny Chen
2010-10-12
2
-5
/
+14
*
Marked test_process_launch_for_universal() test case as requiring 'darwin' an...
Johnny Chen
2010-09-03
1
-0
/
+5
*
Changed the test case class names to be noun-like instead of verb-like.
Johnny Chen
2010-09-01
1
-1
/
+1
*
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
Johnny Chen
2010-08-27
1
-2
/
+2
*
Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget().
Johnny Chen
2010-08-26
1
-2
/
+2
*
Added logic to TestUniversal.py to exercise the python APIs:
Johnny Chen
2010-08-25
1
-0
/
+16
*
Removed the @unitest2.expectedFailure decorator. The i386 process launch works
Johnny Chen
2010-08-24
1
-4
/
+1
*
Added a test for launching a universal binary. Launch of i386 architecture
Johnny Chen
2010-08-24
1
-0
/
+52
*
Test files (but no test cases yet) for handling Universal files.
Jim Ingham
2010-08-12
2
-0
/
+24