summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx
Commit message (Expand)AuthorAgeFilesLines
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-133-0/+139
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+1
* Fixed up intermittently failing tests to skip on Linux.Todd Fiala2014-03-251-0/+1
* Refactor the Queues test case a little based on feedback from Jim.Jason Molenda2014-03-131-59/+135
* Also check if the queues are serial or concurrent.Jason Molenda2014-03-131-1/+7
* Add a quick test case for some of the queues debugging support.Jason Molenda2014-03-133-0/+253
* Change the name of the test class for this test (was copy/paste value...)Jim Ingham2014-01-141-1/+1
* Remove a compilation warning in the test case main.c file.Jim Ingham2014-01-141-1/+1
* This is a macosx specific test case for stepping & setting breakpoints on ind...Jim Ingham2014-01-136-0/+190
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-132-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-104-4/+4
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+1
* A new test case which adds a dSYM to an executable mid-debug sessionJason Molenda2013-08-153-0/+65
* Add missing -Xlinker to order test.Stefanus Du Toit2013-07-301-1/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-8/+3
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* Remove the expectedFailure decorator as the bug has been fixed.Johnny Chen2012-04-211-1/+0
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Add a Test case to make sure that __apple_types section does get produced by ...Johnny Chen2012-04-031-3/+22
* Add some more debug prints and retrieve the debug subsections from the DWARF ...Johnny Chen2012-04-031-6/+14
* Add testcase that verifies that __apple_types is a valid section in a .o file...Johnny Chen2012-04-023-0/+93
* Modify a couple of Makefiles to use clang instead of gcc, since gcc is being ...Johnny Chen2012-01-121-4/+1
* Patches for running some of the Linux tests from Dawn, thanks!Johnny Chen2011-12-221-0/+1
* Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTarg...Johnny Chen2011-08-131-0/+19
* Modify the skipUnless() logic to work for OSX Lion.Johnny Chen2011-08-131-1/+1
* Move top level test dirs platform and inferior-crashing to reside under funct...Johnny Chen2011-06-275-0/+117
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-2/+2
* Add test scenario to verify 'eax' register is available when launching the i3...Johnny Chen2011-05-081-0/+11
* Add new radar info for failed test.Johnny Chen2011-02-081-1/+1
* Make the assertion message about 32-bit process address byte size more clear.Johnny Chen2011-02-081-2/+5
* Parametrize make variable CC to also test with clang.Johnny Chen2011-02-031-4/+9
* Remove @expectedFailure decorator as the bug has been fixed.Johnny Chen2010-12-011-1/+0
* Add @expectedFailure decorator for a known bug:Johnny Chen2010-12-011-0/+2
* Make the specification of relative directory more robust.Johnny Chen2010-11-091-1/+1
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-122-5/+14
* Marked test_process_launch_for_universal() test case as requiring 'darwin' an...Johnny Chen2010-09-031-0/+5
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Added a test case test_breakpoint_creation_by_filespec_python() which creates aJohnny Chen2010-08-271-2/+2
* Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget().Johnny Chen2010-08-261-2/+2
* Added logic to TestUniversal.py to exercise the python APIs:Johnny Chen2010-08-251-0/+16
* Removed the @unitest2.expectedFailure decorator. The i386 process launch worksJohnny Chen2010-08-241-4/+1
* Added a test for launching a universal binary. Launch of i386 architectureJohnny Chen2010-08-241-0/+52
* Test files (but no test cases yet) for handling Universal files.Jim Ingham2010-08-122-0/+24
OpenPOWER on IntegriCloud