1. 1a18ded Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427 by Daniel Malea · 12 years ago
  2. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  3. f5150e8 Mark expected failures on Linux (due to bugzilla #14437) by Daniel Malea · 12 years ago
  4. 7bf78a0 The skipOnLinux decorator wasn't calling the test method correctly (no need to pass in the "self") resulting by Jim Ingham · 12 years ago
  5. 99e8729 Improvement to TestGlobalVariables fix by Daniel Malea · 12 years ago
  6. e5aa0d4 Fix for TestSharedLib.py (on Linux) by Daniel Malea · 12 years ago
  7. 1565469 Fix TestGlobalVariables.py (on Linux) by Daniel Malea · 12 years ago
  8. 46a645f Skip objC test on non-darwin platforms by Daniel Malea · 12 years ago
  9. 1ff1f2e Remove decorator to skip event tests - hang resolved in r168503 by Daniel Malea · 12 years ago
  10. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  11. bd31619 Disable darwin-specific test on non-darwin platforms by Daniel Malea · 12 years ago
  12. 169cd51 Linux test case fixes by Daniel Malea · 12 years ago
  13. c676e35 Clear auto-confirm setting on teardown for tests that use it by Daniel Malea · 12 years ago
  14. c09b5c1 Use auto-confirm setting to avoid prompts causing some tests to appear to hang by Daniel Malea · 12 years ago
  15. eec1981 Fix incorrect usage of buildDsym() in dwarf test by Daniel Malea · 12 years ago
  16. b810628 Skip dsym tests on Linux by Daniel Malea · 12 years ago
  17. 7d5e406 Temporarily skip tests known to hang on Linux by Daniel Malea · 12 years ago
  18. 3a11712 Fix expected error message in test. by Filipe Cabecinhas · 12 years ago
  19. d27e543 In cases where the Objective-C ivar symbols are stripped out, by Sean Callanan · 12 years ago
  20. 2dd6d1c <rdar://problem/12408181> Test case to make sure this area of ObjC support does not regress in the future by Enrico Granata · 12 years ago
  21. 0a8d4bc Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux by Daniel Malea · 12 years ago
  22. 0dd2fc7 Patch from Dan Malea daniel.malea@gmail.com to add some required by Jason Molenda · 12 years ago
  23. c2ed5cc Added unnamed bitfields to our bitfield test. by Greg Clayton · 12 years ago
  24. 502000d Fixes to make the test suite work better when by Sean Callanan · 12 years ago
  25. f2b0fef Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). by Filipe Cabecinhas · 12 years ago
  26. fd670c2 <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation by Enrico Granata · 12 years ago
  27. c7f17c0 Make blocks that capture their containing method's object pointer look like methods of by Jim Ingham · 12 years ago
  28. 9d9b063 Add a teardown function to TestAbbreviations so it doesn't error out when running for two archs. by Filipe Cabecinhas · 12 years ago
  29. 0acf4c6 Added --framework and --executable arguments by Sean Callanan · 12 years ago
  30. 6319042 Fixing the test case for rdar://12481949 to do the right thing with our new rules for sign-extension in GetValueAsUnsigned() by Enrico Granata · 12 years ago
  31. fb6a8bb And one more logging message goes away by Enrico Granata · 12 years ago
  32. 03bc3fd Reverting unwanted changes to the test suite by Enrico Granata · 12 years ago
  33. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  34. b2c1a41 Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. by Greg Clayton · 12 years ago
  35. 0fd6c8d <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right thing when dealing with a 32-bit negative value by Enrico Granata · 12 years ago
  36. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  37. 2d32924 Better error message for invalid argument to --category - silenced the printout of the raw args when not in verbose mode by Enrico Granata · 12 years ago
  38. 2bc5737 Added a testcase for runtime types in Objective-C. by Sean Callanan · 12 years ago
  39. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  40. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  41. b8183d4 Added support for zero-length arrays at the end by Sean Callanan · 12 years ago
  42. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  43. 0c8446c <rdar://problem/12462048> by Greg Clayton · 12 years ago
  44. 683a97c Added support for "bool", "true", and "false" to by Sean Callanan · 12 years ago
  45. 75a443b API cleanup. by Greg Clayton · 12 years ago
  46. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  47. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  48. 783ac95 If a full path to a compiler is provided on the by Sean Callanan · 12 years ago
  49. 6bc24c1 Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the by Jim Ingham · 12 years ago
  50. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago
  51. 8b40915 Fixed the redo.py script to emit correct arch and compiler options after dotest.py was switched over to use argparse. by Greg Clayton · 12 years ago
  52. 2c56666 <rdar://problem/12426557> Fixing the NSIndexSet data formatter by Enrico Granata · 12 years ago
  53. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
  54. ed94767 Fix a test failure caused by checkin 165274. by Jim Ingham · 12 years ago
  55. 9abbfba <rdar://problem/12099592> Adding back a bunch of code-running summaries by Enrico Granata · 12 years ago
  56. d9d9463 Added support for the DebugClang configuration to the testsuite. by Sean Callanan · 12 years ago
  57. f2d324c Made TestHiddenIvars an expected failure with by Sean Callanan · 12 years ago
  58. 30d863d Remove a couple of debugging printf's from the testsuite. by Jim Ingham · 12 years ago
  59. 5761398 Missed a few places where I didn't delete the obsolete (commented out) version of the breakpoint creation. by Jim Ingham · 12 years ago
  60. 431d839 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 12 years ago
  61. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  62. 951ebb9 Compile shared libraries with dSYM files when requested on darwin. Prior to this, we never had dSYM files for shared libraries unless it was a dylib only Makefile. by Greg Clayton · 12 years ago
  63. ad4b169 <rdar://problem/12315386> by Greg Clayton · 12 years ago
  64. defd0dc <rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of indexes instead of objects by Enrico Granata · 12 years ago
  65. 3a08fd1 <rdar://problem/11988289> Making C++ synthetic children provider for NSDictionary and related classes by Enrico Granata · 12 years ago
  66. f91e78f <rdar://problem/11086338> Implementing support for synthetic children generated by running C++ code instead of Python scripts ; Adding a bunch of value-generating APIs to our private code layer ; Providing synthetic children for NSArray by Enrico Granata · 12 years ago
  67. a508979 Make TestAddDsymCommand not fail since bundles were accepted as add-dsym arguments. by Filipe Cabecinhas · 12 years ago
  68. 69f834f Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans and they are not done, then we aren't done either. by Jim Ingham · 12 years ago
  69. ed293ed A bunch of test cases for inlined stepping. by Jim Ingham · 12 years ago
  70. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago
  71. 4793e94 Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a hand coded option. I made a few modifications: by Greg Clayton · 12 years ago
  72. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  73. 43898d7 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 12 years ago
  74. a47e44b rdar://problem/11811338 by Johnny Chen · 12 years ago
  75. 11595f5 Take '--help' as well as '-h' as hint to emit the usage output. by Johnny Chen · 12 years ago
  76. 258db3a Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! by Johnny Chen · 12 years ago
  77. 5787f42 Make the substring un-matching more robust. by Johnny Chen · 12 years ago
  78. 806cfa2 Make a test scenario stronger, since, by default, the setting interpreter.expand-regex-aliases is false. by Johnny Chen · 12 years ago
  79. 473481b Fix the test suite failures as a result of r162418 check-in. by Johnny Chen · 12 years ago
  80. 58edac3 rdar://problem/12022371 by Johnny Chen · 12 years ago
  81. 8c13064 Fix wrong directory pathname. by Johnny Chen · 12 years ago
  82. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  83. ee188ee Added a test for the Python part of SBInputReader callbacks. by Filipe Cabecinhas · 12 years ago
  84. 55ea73d Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 12 years ago
  85. 9262cd5 rdar://problem/11324515 by Johnny Chen · 12 years ago
  86. 018f2e7 Comment change. by Johnny Chen · 12 years ago
  87. 9c50f83 Fix the wrong comment in TestUUIDMismatchWarnings.py. by Johnny Chen · 12 years ago
  88. 16742a6 Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) running the test suite. by Johnny Chen · 12 years ago
  89. f590be8 A baton isn't needed to dispatch input. by Filipe Cabecinhas · 12 years ago
  90. a73ad66 Catch timestamps for the beginning and end of the test suite run. by Johnny Chen · 12 years ago
  91. 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
  92. 0b09366 When trying to take snapshots of a watched variable, if the frame is unable to evaluate the variable expression, by Johnny Chen · 12 years ago
  93. 2f7fd49 <rdar://problem/11589605> Making a by Enrico Granata · 12 years ago
  94. c9c2a9b Simplify the "Watchpoint ... hit" printout, make it more terse. by Johnny Chen · 12 years ago
  95. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  96. 124e690 Add an option to "process continue" to ignore the next <N> crossings of the breakpoint under by Jim Ingham · 12 years ago
  97. 2836136 Add command completion test case for 'watchpoint command'. by Johnny Chen · 12 years ago
  98. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  99. 879de48 <rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first by Enrico Granata · 12 years ago
  100. 2299466 Turn on function args by default in thread & frame formats. by Jim Ingham · 12 years ago