1. 700ff7e Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint from the target process) if the target by Jim Ingham · 12 years ago
  2. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 12 years ago
  3. 07e43bd Reorder the Platform plugin settings so that they're now by Jason Molenda · 12 years ago
  4. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 12 years ago
  5. 0bcec0b Fixme comment. by Jim Ingham · 12 years ago
  6. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 12 years ago
  7. 3294938 Change CommandObjectPlatform commands to get the current platform by Jason Molenda · 12 years ago
  8. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 12 years ago
  9. c123883 Ah, forgot to include the header file and project file changes in r178827. by Jason Molenda · 12 years ago
  10. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 12 years ago
  11. 4bb82ac <rdar://problem/13477795> by Greg Clayton · 12 years ago
  12. 87e929f <rdar://problem/13449987> by Greg Clayton · 12 years ago
  13. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 12 years ago
  14. 6f9236a Change EnumerateDirectory from using readdir() to using readdir_r() by Jason Molenda · 12 years ago
  15. 03dd6a4 The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic by Jim Ingham · 12 years ago
  16. 4aac096 Change the default for "use-fast-stepping" to on. by Jim Ingham · 12 years ago
  17. cfeaa43 <rdar://problem/13563697> by Enrico Granata · 12 years ago
  18. 427b7e8 <rdar://problem/13198919> by Greg Clayton · 12 years ago
  19. edd6ade <rdar://problem/12897145> by Greg Clayton · 12 years ago
  20. c85713d Revert code I didn't mean to check in. by Greg Clayton · 12 years ago
  21. e3125ac More support for version 4 of DWARF. by Greg Clayton · 12 years ago
  22. c5ee7c8 Playing around with making performance test cases run from within python. by Greg Clayton · 12 years ago
  23. aeabc5e <rdar://problem/12789467> by Greg Clayton · 12 years ago
  24. 00af72e <rdar://problem/13384801> by Greg Clayton · 12 years ago
  25. edb83a5 Fix build. by Rafael Espindola · 12 years ago
  26. 3f8c606 <rdar://problem/13561911> by Greg Clayton · 12 years ago
  27. b902709 #include clang's AST/DeclCXX.h to pick up CXXRecordDecl definition, by Jason Molenda · 12 years ago
  28. 5b57823 <rdar://problem/13416800> by Greg Clayton · 12 years ago
  29. 81881d2 Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo - by Jason Molenda · 12 years ago
  30. afe3763 Fix another old usage of GetCurrentThread() to get a mach port by Jason Molenda · 12 years ago
  31. 296b06d <rdar://problem/13506727> by Greg Clayton · 12 years ago
  32. 33d1098 <rdar://problem/13563403> by Enrico Granata · 12 years ago
  33. 1d4812c Allow partial matching for alias commands as well as regular commands. by Jim Ingham · 12 years ago
  34. a93eb8b Improved reporting of faults on i386. by Sean Callanan · 12 years ago
  35. 3e1a063 Fixed the version test for darwin. by Greg Clayton · 12 years ago
  36. 54f3020 Fixing a silly bug that would cause string summaries not to show up :-) by Enrico Granata · 12 years ago
  37. 08257e4 Enabling metrics to calculate (and dump) their standard deviation by Enrico Granata · 12 years ago
  38. 101a2d6 Misc fixes: by Enrico Granata · 12 years ago
  39. fb1493d <rdar://problem/13415737> by Enrico Granata · 12 years ago
  40. 4ee040c <rdar://problem/13516463> by Greg Clayton · 12 years ago
  41. d47cda9 Added "rb" and "rbr" aliases to fix regressions by Sean Callanan · 12 years ago
  42. 51a5b47 Minor update to build instructions: workaround a bug in cmake+make build files by Daniel Malea · 12 years ago
  43. 00ebf2a Fix test case to not run to main and "next" 5 times. Use a breakpoint. by Greg Clayton · 12 years ago
  44. 1574f8a Remove some unused code. by Jim Ingham · 12 years ago
  45. 2869c4c Enabled blocks support in the expression parser. by Sean Callanan · 12 years ago
  46. 0247cf5 Fix bug in ProcessPOSIX::IsAlive() exposed by r178324 by Daniel Malea · 12 years ago
  47. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 12 years ago
  48. b1b36ec Integrating option parsing in TestCase for added convenience by Enrico Granata · 12 years ago
  49. 51a5395 Proper option parser for the Sketch test case by Enrico Granata · 12 years ago
  50. f85902c Elide all artificial copy constructors, because by Sean Callanan · 12 years ago
  51. d11d312 Fixed the way ClangASTImporter deports types from by Sean Callanan · 12 years ago
  52. fd9e34b Disable warnings from Clang correctly, by directly by Sean Callanan · 12 years ago
  53. ff03cbc Fixing Python commands test cases to work even after removing Printf by Enrico Granata · 12 years ago
  54. f7c4bfc <rdar://problem/13131838> by Greg Clayton · 12 years ago
  55. 476beee 1 breakpoint is a breakpoint not a breakpoints. by Jim Ingham · 12 years ago
  56. 4e0557f Fixed a crash if the Objective-C runtime module by Sean Callanan · 12 years ago
  57. 61509d1 Updated the code signing docs. by Greg Clayton · 12 years ago
  58. f3c65b8 <rdar://problem/12022060> by Greg Clayton · 12 years ago
  59. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 12 years ago
  60. d3b4bd5 “process launch” should “detach” not “kill” if the current process was one we attached to. by Jim Ingham · 12 years ago
  61. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 12 years ago
  62. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 12 years ago
  63. 1ce7000 <rdar://problem/12410225> by Enrico Granata · 12 years ago
  64. d32acdb Hardening the vector iterator synthetic child(ren) provider against item-not-in-cluster asserts by Enrico Granata · 12 years ago
  65. 226484d Be sure to take the mutex when the destructor is called in case other threads are using these lists and those other threads have the mutex locked. by Greg Clayton · 12 years ago
  66. 52f1d66 <rdar://problem/13527167> by Greg Clayton · 12 years ago
  67. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 12 years ago
  68. 0056637 Fix makefile build by linking needed library 'irreader' by Daniel Malea · 12 years ago
  69. d8f6b64 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 12 years ago
  70. 473ff99 Debugserver fix for launching iOS apps who are named "com.apple.something" by Jason Molenda · 12 years ago
  71. 989c6f7 <rdar://problem/13412986> by Enrico Granata · 12 years ago
  72. 4dd7f53 Protect against the case where the current inlined depth is wrong, and leads us to think we can't even get the by Jim Ingham · 12 years ago
  73. 29f3bea Use the error from ValidatePlan. by Jim Ingham · 12 years ago
  74. 23ed3ad The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid. by Jim Ingham · 12 years ago
  75. 698194c RunThreadPlan should make sure the plan passed in is valid before running it. by Jim Ingham · 12 years ago
  76. 845970e Return a useful error message from ValidatePlan if the expression can't be made for some reason. by Jim Ingham · 12 years ago
  77. 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 · 12 years ago
  78. 952e9dc <rdar://problem/13521159> by Greg Clayton · 12 years ago
  79. 1414aba Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 12 years ago
  80. 28bd2c8 test commit - modified a comment by Ashok Thirumurthi · 12 years ago
  81. 1a6ca00 <rdar://problem/13327940> by Greg Clayton · 12 years ago
  82. d31cd4a Added a source file needed for clang to compile in the lldb_perf_clang test. by Greg Clayton · 12 years ago
  83. 2bba866 <rdar://problem/13327940> by Greg Clayton · 12 years ago
  84. 25ba952 Fix a typo in help string. by Jim Ingham · 12 years ago
  85. 914e147 Fixed a problem where inline assembly errors caused LLDB to crash. by Sean Callanan · 12 years ago
  86. 017c16a Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. by Greg Clayton · 12 years ago
  87. ec1799a Prune more stuff out of the build and source folders after building clang. by Greg Clayton · 12 years ago
  88. 981aa57 Cleaned up how LLDB.framework was being linked to and also how the target dependencies. by Greg Clayton · 12 years ago
  89. dea1f15 <rdar://problem/13339196> by Enrico Granata · 12 years ago
  90. 9dc61d4 <rdar://problem/13246939> by Enrico Granata · 12 years ago
  91. 133214f Add a way to dump a ClangASTType to stdout for debugging purposes. by Greg Clayton · 12 years ago
  92. aa08062 Trim the output build folder a bit to it isn't so large. by Greg Clayton · 12 years ago
  93. 2194e9d A few more tweaks to the python perf tests. Now there is a MemoryMeasurement. by Greg Clayton · 12 years ago
  94. f88bf3d Clean up logging a bit to not log when a command pipe is opened when “lldb object” logging is on. by Greg Clayton · 12 years ago
  95. 23fde4e Data formatters cleanup: by Enrico Granata · 12 years ago
  96. 7002d45 Don't crash when we have an element size of zero. by Greg Clayton · 12 years ago
  97. 1b751dc That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory. by Jim Ingham · 12 years ago
  98. c3f5cd8 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 12 years ago
  99. 094e2a9 Change the stepping test to output "total time" for the step as well. by Jim Ingham · 12 years ago
  100. afee498 Fixed a typo. by Sean Callanan · 12 years ago