1. 8c0c20a Changing the std::map test case to use source breakpoints instead of relying on the nexting always "getting it right" to stop at the locations of interest by Enrico Granata · 11 years ago
  2. 2bbe7d5 Fixed the process attach by name test to get the target _after_ doing process attach. Otherwise the target isn't valid. This fixes 2 test suite failures on darwin. by Greg Clayton · 11 years ago
  3. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  4. edeed2d Test case added for importing packages by Enrico Granata · 11 years ago
  5. d1828c3 Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. by Matt Kopec · 11 years ago
  6. afbb2f6 Fix assertion from previous fix for debian os watchpoints. by Matt Kopec · 11 years ago
  7. 4cb3248 Fix rdar-13338477 test-case for Linux. by Daniel Malea · 11 years ago
  8. 6c1a8cf Adding support for process attach by pid on Linux. by Andrew Kaylor · 11 years ago
  9. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  10. f9c47ac Fixed a test suite typo error that caused the test to fail. by Greg Clayton · 11 years ago
  11. 52dd223 Adding test for non-API process attach by Andrew Kaylor · 11 years ago
  12. beb7ac7 <rdar://problem/13788579> by Greg Clayton · 11 years ago
  13. ac874f9 Changing the test to use eax rather than rax for compatibility with i386. by Ashok Thirumurthi · 11 years ago
  14. efc7e55 <rdar://problem/13338477> by Enrico Granata · 11 years ago
  15. c3ba2bf Refactored convenience register tests to provide some coverage on Linux that is not marked xfail. by Ashok Thirumurthi · 11 years ago
  16. fb8abab Refactoring thread state tests to show individual failures by Andrew Kaylor · 11 years ago
  17. 1b3ac89 Removing invalid test cases from thread state test by Andrew Kaylor · 11 years ago
  18. 66bd7d7 Adds 64-bit POSIX support for AVX by Ashok Thirumurthi · 11 years ago
  19. 7b87e59 Fix missing module name in expectedFailure calls by Daniel Malea · 11 years ago
  20. 23176af Adding basic test for thread state (See PR-15824) by Andrew Kaylor · 11 years ago
  21. 538d305 Added 64-bit POSIX support to write floating-point vector registers. by Ashok Thirumurthi · 11 years ago
  22. cbeb328 Splitting the appkit data formatters test in smaller test cases - this should enable us to get a more detailed perspective on which individual data formatters are broken by Enrico Granata · 11 years ago
  23. c582bbf Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 11 years ago
  24. 3a5c74d Added 64-bit POSIX support to write general-purpose floating-point registers. by Ashok Thirumurthi · 11 years ago
  25. 0c5fa86 Splits register_commands into a passing test on Linux (to improve test coverage), by Ashok Thirumurthi · 11 years ago
  26. c15fb8c Adding a test case for the changes made to ValueObjects to use iteration instead of recursion for navigating to their root - beware: a regression here will most probably cause a crash instead of a failure by Enrico Granata · 11 years ago
  27. c1fe322 Added unit tests for register read (should pass) and the expression interpreter (xfail) after the inferior has crashed. by Ashok Thirumurthi · 11 years ago
  28. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago
  29. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  30. ff03cbc Fixing Python commands test cases to work even after removing Printf by Enrico Granata · 11 years ago
  31. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 11 years ago
  32. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  33. 944038e This test case was not doing the right thing with libc++ being used and was generating spurious over-completion warning flags by Enrico Granata · 11 years ago
  34. 76fb323 Checking that the wrong syntax does not give a correct summary after clearing the error messages here by Enrico Granata · 11 years ago
  35. d373fe0 Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>". by Greg Clayton · 11 years ago
  36. 5cc975b These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 11 years ago
  37. 166b89f Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 11 years ago
  38. 9ae0efc Make the conditional break test case a little more robust. by Jim Ingham · 11 years ago
  39. 8014368 Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: by Greg Clayton · 11 years ago
  40. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  41. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  42. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  43. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  44. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  45. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  46. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 11 years ago
  47. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 11 years ago
  48. f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 11 years ago
  49. d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 11 years ago
  50. 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 11 years ago
  51. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 11 years ago
  52. e2cc60e Skip TestCompletion case that fails on linux (with gcc) because the input prompt is not displayed (llvm.org/pr14637) by Daniel Malea · 11 years ago
  53. 3ad5647 A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 11 years ago
  54. 8b5c29d Minor test runner improvemenst by Daniel Malea · 11 years ago
  55. 306f061 Update TestVBool Makefile to allow building test program with gcc by Daniel Malea · 11 years ago
  56. fa3a670 <rdar://problem/12529957> by Enrico Granata · 11 years ago
  57. ea68753 NSSet formatter is now C++ code by Enrico Granata · 11 years ago
  58. 960a6ea More test case cleanup (Linux and Mac): by Daniel Malea · 11 years ago
  59. 5c5f01b Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) by Daniel Malea · 11 years ago
  60. 23c29a1 Skip another two other tests asserting on Linux in RecordLayoutBuilder::updateExternalFieldOffset(). by Matt Kopec · 11 years ago
  61. d7d328f Skip test that causes lldb to assert due to inferior getting a SIGSEGV with si_code == SI_KERNEL (PR-15258) by Daniel Malea · 11 years ago
  62. d288003 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 11 years ago
  63. 405ecbf Disable TestConditionalBreak.py due to Linux crash by Daniel Malea · 11 years ago
  64. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  65. 240a2cc Fix to build tests with GCC: update makefiles in two watchpoint testcases by Daniel Malea · 11 years ago
  66. e5ab513 Being explicit about which std c++ library these test cases need to use by Enrico Granata · 11 years ago
  67. 689696c <rdar://problem/12953018> by Enrico Granata · 11 years ago
  68. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  69. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 11 years ago
  70. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 11 years ago
  71. 0f9930b Marking test cases with @expectedFailureLinux as per recently opened bugs by Daniel Malea · 11 years ago
  72. 4b6a267 PR14426 (breakpoint hit count incorrect) is resolved. by Daniel Malea · 11 years ago
  73. 6dca414 lldb.thread is not to be used anymore by Enrico Granata · 11 years ago
  74. 15c1d3d <rdar://problem/12239827> by Enrico Granata · 11 years ago
  75. b698579 <rdar://problem/12239827> by Enrico Granata · 11 years ago
  76. 3a91e14 <rdar://problem/12028723> by Enrico Granata · 11 years ago
  77. 2976b65 Add test to check the number of threads. by Matt Kopec · 11 years ago
  78. a3eb5cd Enable ProcessGDBRemote plugin on Linux - Fixes test case TestConnectRemote by Daniel Malea · 11 years ago
  79. 1e44fdd Implement -w flag to process launch (allow launching inferior process in different working directory) on Linux/FreeBSD by Daniel Malea · 11 years ago
  80. 2fcbf6e <rdar://problem/12953853> by Greg Clayton · 11 years ago
  81. c62d140 Mark TestPlatformCommand (test_status) as expected to fail on Linux by Daniel Malea · 11 years ago
  82. aec6b32 Generalizing expected stop reason string checking in InferiorCrashing test case. by Andrew Kaylor · 11 years ago
  83. b928eaa Updating TestAbbreviations.py to check for a reduced set of instructions when testing 'dis -f'. by Andrew Kaylor · 11 years ago
  84. 76d6485 Setting TestInferiorChanged.py to expectedFailureLinux because of bugzilla 14662. by Andrew Kaylor · 11 years ago
  85. 790c869 Mark register tests as expectedFailureLinux because of bugzilla reports 14600 and 14661. by Andrew Kaylor · 11 years ago
  86. 5ac8e15 Disable confirmation prompt in TestProcessLaunch (to avoid hang on Linux once bug is fixed) by Daniel Malea · 11 years ago
  87. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 11 years ago
  88. b3ce032 Skip libc++ data formatter tests on Linux because there is no standard location for the makefile to find libc++. by Andrew Kaylor · 11 years ago
  89. 3a4e785 Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas by Daniel Malea · 11 years ago
  90. 9c970a3 Adding events when watchpoints are set or changed. by Jim Ingham · 11 years ago
  91. 3299651 Skipping the DeadStripTestCase.test_with_dwarf test on Linux because the Linux ld lacks support for the -dead_strip option. by Andrew Kaylor · 11 years ago
  92. 3ce9404 <rdar://problem/11689939> by Enrico Granata · 11 years ago
  93. 992d227 Option changes: by Enrico Granata · 11 years ago
  94. 729e99e Adding a validation callback mechanism to OptionValueString (such a feature might theoretically be added to the general OptionValue base class should the need arise) by Enrico Granata · 11 years ago
  95. e9101f2 <rdar://problem/12709976> by Enrico Granata · 11 years ago
  96. 1a18ded Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427 by Daniel Malea · 11 years ago
  97. 6475c42 <rdar://problem/12798131> by Greg Clayton · 11 years ago
  98. e5aa0d4 Fix for TestSharedLib.py (on Linux) by Daniel Malea · 12 years ago
  99. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  100. bd31619 Disable darwin-specific test on non-darwin platforms by Daniel Malea · 12 years ago