1. 9d2e69d Changed the way ClangExpressionDeclMap registers by Sean Callanan · 12 years ago
  2. 7905bad Updated the line on which to break for the formatters test by Enrico Granata · 12 years ago
  3. 3b16eb9 Added a Materializer class that contains by Sean Callanan · 12 years ago
  4. adf9e3d When ObjectFileMachO::ParseSections() notices that it has a truncated file, zero out the by Jason Molenda · 12 years ago
  5. e9b48f0 Don't erroneously put FunctionDecls into CXXRecordDecls by Sean Callanan · 12 years ago
  6. a47ab95 Fix the help for unwind-on-error, it no longer controls what happens when an expression hits a breakpoint. by Jim Ingham · 12 years ago
  7. 73e6eec Hardening so we won't crash if an Objective-C interface by Sean Callanan · 12 years ago
  8. 07b3a0f Fix the help message for “one-shot”. by Jim Ingham · 12 years ago
  9. 0b3cb0e Fixed the way we allocate executable memory on by Sean Callanan · 12 years ago
  10. 898ec0c Update PlatformDarwinKernel::GetMacDirectoriesToSearch to also try by Jason Molenda · 12 years ago
  11. e255a7d Cache the VM page size that we get from task_vm_info so we don't by Jason Molenda · 12 years ago
  12. dfb7c7f Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succeeds, too. by Jason Molenda · 12 years ago
  13. 9274848 Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call failure. by Jason Molenda · 12 years ago
  14. fb190f3 Update MachVMMemory::PageSize to get the page size of a specific process by Jason Molenda · 12 years ago
  15. 36b15e2 Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts' by Jason Molenda · 12 years ago
  16. 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
  17. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 12 years ago
  18. 07e43bd Reorder the Platform plugin settings so that they're now by Jason Molenda · 12 years ago
  19. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 12 years ago
  20. 0bcec0b Fixme comment. by Jim Ingham · 12 years ago
  21. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 12 years ago
  22. 3294938 Change CommandObjectPlatform commands to get the current platform by Jason Molenda · 12 years ago
  23. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 12 years ago
  24. c123883 Ah, forgot to include the header file and project file changes in r178827. by Jason Molenda · 12 years ago
  25. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 12 years ago
  26. 4bb82ac <rdar://problem/13477795> by Greg Clayton · 12 years ago
  27. 87e929f <rdar://problem/13449987> by Greg Clayton · 12 years ago
  28. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 12 years ago
  29. 6f9236a Change EnumerateDirectory from using readdir() to using readdir_r() by Jason Molenda · 12 years ago
  30. 03dd6a4 The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic by Jim Ingham · 12 years ago
  31. 4aac096 Change the default for "use-fast-stepping" to on. by Jim Ingham · 12 years ago
  32. cfeaa43 <rdar://problem/13563697> by Enrico Granata · 12 years ago
  33. 427b7e8 <rdar://problem/13198919> by Greg Clayton · 12 years ago
  34. edd6ade <rdar://problem/12897145> by Greg Clayton · 12 years ago
  35. c85713d Revert code I didn't mean to check in. by Greg Clayton · 12 years ago
  36. e3125ac More support for version 4 of DWARF. by Greg Clayton · 12 years ago
  37. c5ee7c8 Playing around with making performance test cases run from within python. by Greg Clayton · 12 years ago
  38. aeabc5e <rdar://problem/12789467> by Greg Clayton · 12 years ago
  39. 00af72e <rdar://problem/13384801> by Greg Clayton · 12 years ago
  40. edb83a5 Fix build. by Rafael Espindola · 12 years ago
  41. 3f8c606 <rdar://problem/13561911> by Greg Clayton · 12 years ago
  42. b902709 #include clang's AST/DeclCXX.h to pick up CXXRecordDecl definition, by Jason Molenda · 12 years ago
  43. 5b57823 <rdar://problem/13416800> by Greg Clayton · 12 years ago
  44. 81881d2 Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo - by Jason Molenda · 12 years ago
  45. afe3763 Fix another old usage of GetCurrentThread() to get a mach port by Jason Molenda · 12 years ago
  46. 296b06d <rdar://problem/13506727> by Greg Clayton · 12 years ago
  47. 33d1098 <rdar://problem/13563403> by Enrico Granata · 12 years ago
  48. 1d4812c Allow partial matching for alias commands as well as regular commands. by Jim Ingham · 12 years ago
  49. a93eb8b Improved reporting of faults on i386. by Sean Callanan · 12 years ago
  50. 3e1a063 Fixed the version test for darwin. by Greg Clayton · 12 years ago
  51. 54f3020 Fixing a silly bug that would cause string summaries not to show up :-) by Enrico Granata · 12 years ago
  52. 08257e4 Enabling metrics to calculate (and dump) their standard deviation by Enrico Granata · 12 years ago
  53. 101a2d6 Misc fixes: by Enrico Granata · 12 years ago
  54. fb1493d <rdar://problem/13415737> by Enrico Granata · 12 years ago
  55. 4ee040c <rdar://problem/13516463> by Greg Clayton · 12 years ago
  56. d47cda9 Added "rb" and "rbr" aliases to fix regressions by Sean Callanan · 12 years ago
  57. 51a5b47 Minor update to build instructions: workaround a bug in cmake+make build files by Daniel Malea · 12 years ago
  58. 00ebf2a Fix test case to not run to main and "next" 5 times. Use a breakpoint. by Greg Clayton · 12 years ago
  59. 1574f8a Remove some unused code. by Jim Ingham · 12 years ago
  60. 2869c4c Enabled blocks support in the expression parser. by Sean Callanan · 12 years ago
  61. 0247cf5 Fix bug in ProcessPOSIX::IsAlive() exposed by r178324 by Daniel Malea · 12 years ago
  62. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 12 years ago
  63. b1b36ec Integrating option parsing in TestCase for added convenience by Enrico Granata · 12 years ago
  64. 51a5395 Proper option parser for the Sketch test case by Enrico Granata · 12 years ago
  65. f85902c Elide all artificial copy constructors, because by Sean Callanan · 12 years ago
  66. d11d312 Fixed the way ClangASTImporter deports types from by Sean Callanan · 12 years ago
  67. fd9e34b Disable warnings from Clang correctly, by directly by Sean Callanan · 12 years ago
  68. ff03cbc Fixing Python commands test cases to work even after removing Printf by Enrico Granata · 12 years ago
  69. f7c4bfc <rdar://problem/13131838> by Greg Clayton · 12 years ago
  70. 476beee 1 breakpoint is a breakpoint not a breakpoints. by Jim Ingham · 12 years ago
  71. 4e0557f Fixed a crash if the Objective-C runtime module by Sean Callanan · 12 years ago
  72. 61509d1 Updated the code signing docs. by Greg Clayton · 12 years ago
  73. f3c65b8 <rdar://problem/12022060> by Greg Clayton · 12 years ago
  74. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 12 years ago
  75. d3b4bd5 “process launch” should “detach” not “kill” if the current process was one we attached to. by Jim Ingham · 12 years ago
  76. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 12 years ago
  77. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 12 years ago
  78. 1ce7000 <rdar://problem/12410225> by Enrico Granata · 12 years ago
  79. d32acdb Hardening the vector iterator synthetic child(ren) provider against item-not-in-cluster asserts by Enrico Granata · 12 years ago
  80. 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
  81. 52f1d66 <rdar://problem/13527167> by Greg Clayton · 12 years ago
  82. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 12 years ago
  83. 0056637 Fix makefile build by linking needed library 'irreader' by Daniel Malea · 12 years ago
  84. d8f6b64 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 12 years ago
  85. 473ff99 Debugserver fix for launching iOS apps who are named "com.apple.something" by Jason Molenda · 12 years ago
  86. 989c6f7 <rdar://problem/13412986> by Enrico Granata · 12 years ago
  87. 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
  88. 29f3bea Use the error from ValidatePlan. by Jim Ingham · 12 years ago
  89. 23ed3ad The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid. by Jim Ingham · 12 years ago
  90. 698194c RunThreadPlan should make sure the plan passed in is valid before running it. by Jim Ingham · 12 years ago
  91. 845970e Return a useful error message from ValidatePlan if the expression can't be made for some reason. by Jim Ingham · 12 years ago
  92. 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
  93. 952e9dc <rdar://problem/13521159> by Greg Clayton · 12 years ago
  94. 1414aba Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 12 years ago
  95. 28bd2c8 test commit - modified a comment by Ashok Thirumurthi · 12 years ago
  96. 1a6ca00 <rdar://problem/13327940> by Greg Clayton · 12 years ago
  97. d31cd4a Added a source file needed for clang to compile in the lldb_perf_clang test. by Greg Clayton · 12 years ago
  98. 2bba866 <rdar://problem/13327940> by Greg Clayton · 12 years ago
  99. 25ba952 Fix a typo in help string. by Jim Ingham · 12 years ago
  100. 914e147 Fixed a problem where inline assembly errors caused LLDB to crash. by Sean Callanan · 12 years ago