1. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 12 years ago
  2. 744dd79 Backed out a hacky fix that is no longer needed. by Greg Clayton · 12 years ago
  3. 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 12 years ago
  4. d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 12 years ago
  5. 363141f Removing leftover printf() statement by Enrico Granata · 12 years ago
  6. 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 12 years ago
  7. 436ca2c <rdar://problem/13289157> by Greg Clayton · 12 years ago
  8. 560829d <rdar://problem/13282582> by Han Ming Ong · 12 years ago
  9. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 12 years ago
  10. 06bdbaf Being explicit about how ignoring optparse's exceptions is not a best principle by Enrico Granata · 12 years ago
  11. 06925c9 <rdar://problem/13281528> by Greg Clayton · 12 years ago
  12. d6445b0 Added missing lldb module namespace. by Greg Clayton · 12 years ago
  13. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 12 years ago
  14. ade70cf Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching by Enrico Granata · 12 years ago
  15. afa3138 <rdar://problem/13286937> by Greg Clayton · 12 years ago
  16. 643adf8 Add a log line when debugserver exits, and clean up some of the other standard logs output to make it more useful. by Jim Ingham · 12 years ago
  17. 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 12 years ago
  18. a7e864c <rdar://problem/13265297> by Greg Clayton · 12 years ago
  19. 4a5dfcf Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 12 years ago
  20. 786e873 This should get clang/gcc decorators working by Enrico Granata · 12 years ago
  21. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 12 years ago
  22. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 12 years ago
  23. 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
  24. 647718e <rdar://problem/13277100> by Han Ming Ong · 12 years ago
  25. a7cb663 Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. by Jim Ingham · 12 years ago
  26. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 12 years ago
  27. 04ce77f <rdar://problem/13190981> by Greg Clayton · 12 years ago
  28. 8b24f65 The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's by Jim Ingham · 12 years ago
  29. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 12 years ago
  30. 24c8029 If we crash while making a Python summary, the crash info will tell us more about it by Enrico Granata · 12 years ago
  31. 4fd6f36 Remove unintended comment. by Jason Molenda · 12 years ago
  32. 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 12 years ago
  33. 3801be7 Using __package__ and __name__ seems redundant - __name__ should always contain the fully qualified module name by Enrico Granata · 12 years ago
  34. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 12 years ago
  35. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 12 years ago
  36. ebb8444 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 12 years ago
  37. b703112 The summary for const char* was not cascading. by Enrico Granata · 12 years ago
  38. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 12 years ago
  39. e9a5a50 <rdar://problem/13265017> by Enrico Granata · 12 years ago
  40. fe21d4f Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 12 years ago
  41. 1930d5d Change to JITDefault code model for ELF targets by Andrew Kaylor · 12 years ago
  42. d9d3692 Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. by Daniel Malea · 12 years ago
  43. 3efa429 Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. by Daniel Malea · 12 years ago
  44. 5f21739 Previous commit was bogus (testing) by Enrico Granata · 12 years ago
  45. b8b7e97 by Enrico Granata · 12 years ago
  46. f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 12 years ago
  47. 7658008 Hardening in case a thread's frames are missing. by Sean Callanan · 12 years ago
  48. d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 12 years ago
  49. 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 12 years ago
  50. 33cf3f0 Update CMake lists of sources to include files added in r175787 and r175323 by Daniel Malea · 12 years ago
  51. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 12 years ago
  52. 8ea4878 Fixed a case where a stack frame could lose track of its own target. by Sean Callanan · 12 years ago
  53. f3a217e Cleanup of the NSString data formatter by Enrico Granata · 12 years ago
  54. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 12 years ago
  55. 375df41 Mark the command as failed if parsing fails. by Jim Ingham · 12 years ago
  56. b989d78 <rdar://problem/13259230> by Han Ming Ong · 12 years ago
  57. 6e612c3 Add some documentation on how HandleCommand work. by Jim Ingham · 12 years ago
  58. 76695d3 If you say by Enrico Granata · 12 years ago
  59. d30aea2 Fixed a bug where certain vector code didn't by Sean Callanan · 12 years ago
  60. d04a76b *ahem* Enrico. by Jason Molenda · 12 years ago
  61. d441807 Mention "return" -> "thread return" by Jim Ingham · 12 years ago
  62. 1ae3bf6 Change ELF relocation model to static by Andrew Kaylor · 12 years ago
  63. f2025c2 Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots. by Daniel Malea · 12 years ago
  64. 5d77077 Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug. by Daniel Malea · 12 years ago
  65. e2cc60e Skip TestCompletion case that fails on linux (with gcc) because the input prompt is not displayed (llvm.org/pr14637) by Daniel Malea · 12 years ago
  66. a964b09 Fix TestPublicAPIHeaders test on Linux. by Matt Kopec · 12 years ago
  67. 12f564b Handle the case where the runtime uses class_getMethodImplementation for both scalar and structure by Jim Ingham · 12 years ago
  68. 2476557 Fix a bug that causes dotest.py to exit with a passing exit-code, even if some tests fail by Daniel Malea · 12 years ago
  69. 3e94733 Fix a problem with the const_variables test case (another lldb bug remains) by Daniel Malea · 12 years ago
  70. d627d4f Lastly, a few synthetic children classes for Cocoa are available by Enrico Granata · 12 years ago
  71. 5e536c4 And the NSString formatter is not Python anymore by Enrico Granata · 12 years ago
  72. 1459660 Data formatters are not a *recent* addition... by Enrico Granata · 12 years ago
  73. 63aef96 Fixing a potential crasher where a synthetic value could return itself as its static value by Enrico Granata · 12 years ago
  74. 9da225f If RunThreadPlan is called on a thread that doesn't have a selected frame, select frame 0. by Jim Ingham · 12 years ago
  75. 80c9a88 <rdar://problem/13147878> by Enrico Granata · 12 years ago
  76. e0a95d9 ValueObjectSynthetic could be wrapping a ValueObjectDynamic. In that case, we want to report that the ValueObject is dynamic since synthetic values are supposed to be just their parent with different children by Enrico Granata · 12 years ago
  77. 75f260a Make the progress bar opt in (using the -P option.) by Jim Ingham · 12 years ago
  78. 3ad5647 A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 12 years ago
  79. 78a3dd2 Fix Makefile bug preventing tests from running when building lldb with ccache by Daniel Malea · 12 years ago
  80. 874378d Updated to support latest Clang option naming. by Sean Callanan · 12 years ago
  81. 253dbb4 Add i386 register support for the x86_64 RegisterContext plugin. This allows debugging a 32-bit inferior on 64-bit lldb/host. by Matt Kopec · 12 years ago
  82. 8b5c29d Minor test runner improvemenst by Daniel Malea · 12 years ago
  83. 306f061 Update TestVBool Makefile to allow building test program with gcc by Daniel Malea · 12 years ago
  84. 970f5c5 Update Makefile to use build-compiler (CC) for LLDB testing by Daniel Malea · 12 years ago
  85. d79d625 Fix a case where a kext module was being added to the Target twice. by Jason Molenda · 12 years ago
  86. 2c529b1 Change the order that the DarwinKernel DynamicLoader plugin uses by Jason Molenda · 12 years ago
  87. fcd9bf1 Experiment with printing a warning message when lldb is unable to by Jason Molenda · 12 years ago
  88. 0d31111 Always print the kernel UUID and load address if we are working with by Jason Molenda · 12 years ago
  89. 32a4528 Change the DarwinKernel DyanmicLoader to maintain a persist list by Jason Molenda · 12 years ago
  90. 04d3bb2 Fixing the lack of a space in an expression that was causing sheer unhappiness. by Enrico Granata · 12 years ago
  91. b437786 NSWindows should only be created after you have an NSApplication by Enrico Granata · 12 years ago
  92. fa3a670 <rdar://problem/12529957> by Enrico Granata · 12 years ago
  93. 132c49a Added a host call to get the number of CPUs. It should work on all POSIX unixes, linux and Windows. by Greg Clayton · 12 years ago
  94. db083f6 <rdar://problem/13121056> by Greg Clayton · 12 years ago
  95. 3fb2c93 Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors. by Greg Clayton · 12 years ago
  96. d3eb837 Include a small argparse compatibility layer for Python < 2.7 by Filipe Cabecinhas · 12 years ago
  97. cc63342 Get rid of a warning. by Greg Clayton · 12 years ago
  98. ea68753 NSSet formatter is now C++ code by Enrico Granata · 12 years ago
  99. 5aff015 Fixes in the IRInterpreter: by Sean Callanan · 12 years ago
  100. 361eb43 Improve test harness for the buildbots by Daniel Malea · 12 years ago