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 · 11 years ago
  2. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  3. 07e43bd Reorder the Platform plugin settings so that they're now by Jason Molenda · 11 years ago
  4. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 11 years ago
  5. 0bcec0b Fixme comment. by Jim Ingham · 11 years ago
  6. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 11 years ago
  7. 3294938 Change CommandObjectPlatform commands to get the current platform by Jason Molenda · 11 years ago
  8. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 11 years ago
  9. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 11 years ago
  10. 87e929f <rdar://problem/13449987> by Greg Clayton · 11 years ago
  11. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  12. 6f9236a Change EnumerateDirectory from using readdir() to using readdir_r() by Jason Molenda · 11 years ago
  13. 03dd6a4 The SBValue impl class's GetSP can now fetch the dynamic type or the synthetic by Jim Ingham · 11 years ago
  14. 4aac096 Change the default for "use-fast-stepping" to on. by Jim Ingham · 11 years ago
  15. cfeaa43 <rdar://problem/13563697> by Enrico Granata · 11 years ago
  16. edd6ade <rdar://problem/12897145> by Greg Clayton · 11 years ago
  17. c85713d Revert code I didn't mean to check in. by Greg Clayton · 11 years ago
  18. e3125ac More support for version 4 of DWARF. by Greg Clayton · 11 years ago
  19. c5ee7c8 Playing around with making performance test cases run from within python. by Greg Clayton · 11 years ago
  20. 00af72e <rdar://problem/13384801> by Greg Clayton · 11 years ago
  21. edb83a5 Fix build. by Rafael Espindola · 11 years ago
  22. 3f8c606 <rdar://problem/13561911> by Greg Clayton · 11 years ago
  23. b902709 #include clang's AST/DeclCXX.h to pick up CXXRecordDecl definition, by Jason Molenda · 11 years ago
  24. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago
  25. 33d1098 <rdar://problem/13563403> by Enrico Granata · 11 years ago
  26. 1d4812c Allow partial matching for alias commands as well as regular commands. by Jim Ingham · 11 years ago
  27. a93eb8b Improved reporting of faults on i386. by Sean Callanan · 11 years ago
  28. 54f3020 Fixing a silly bug that would cause string summaries not to show up :-) by Enrico Granata · 11 years ago
  29. fb1493d <rdar://problem/13415737> by Enrico Granata · 11 years ago
  30. 4ee040c <rdar://problem/13516463> by Greg Clayton · 11 years ago
  31. d47cda9 Added "rb" and "rbr" aliases to fix regressions by Sean Callanan · 11 years ago
  32. 2869c4c Enabled blocks support in the expression parser. by Sean Callanan · 11 years ago
  33. 0247cf5 Fix bug in ProcessPOSIX::IsAlive() exposed by r178324 by Daniel Malea · 11 years ago
  34. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  35. f85902c Elide all artificial copy constructors, because by Sean Callanan · 11 years ago
  36. d11d312 Fixed the way ClangASTImporter deports types from by Sean Callanan · 11 years ago
  37. fd9e34b Disable warnings from Clang correctly, by directly by Sean Callanan · 11 years ago
  38. f7c4bfc <rdar://problem/13131838> by Greg Clayton · 11 years ago
  39. 476beee 1 breakpoint is a breakpoint not a breakpoints. by Jim Ingham · 11 years ago
  40. 4e0557f Fixed a crash if the Objective-C runtime module by Sean Callanan · 11 years ago
  41. f3c65b8 <rdar://problem/12022060> by Greg Clayton · 11 years ago
  42. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 11 years ago
  43. d3b4bd5 “process launch” should “detach” not “kill” if the current process was one we attached to. by Jim Ingham · 11 years ago
  44. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  45. 1ce7000 <rdar://problem/12410225> by Enrico Granata · 11 years ago
  46. d32acdb Hardening the vector iterator synthetic child(ren) provider against item-not-in-cluster asserts by Enrico Granata · 11 years ago
  47. 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 · 11 years ago
  48. 52f1d66 <rdar://problem/13527167> by Greg Clayton · 11 years ago
  49. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  50. d8f6b64 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 11 years ago
  51. 989c6f7 <rdar://problem/13412986> by Enrico Granata · 11 years ago
  52. 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 · 11 years ago
  53. 29f3bea Use the error from ValidatePlan. by Jim Ingham · 11 years ago
  54. 698194c RunThreadPlan should make sure the plan passed in is valid before running it. by Jim Ingham · 11 years ago
  55. 845970e Return a useful error message from ValidatePlan if the expression can't be made for some reason. by Jim Ingham · 11 years ago
  56. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  57. 1414aba Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 11 years ago
  58. 28bd2c8 test commit - modified a comment by Ashok Thirumurthi · 11 years ago
  59. 25ba952 Fix a typo in help string. by Jim Ingham · 11 years ago
  60. 914e147 Fixed a problem where inline assembly errors caused LLDB to crash. by Sean Callanan · 11 years ago
  61. 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 · 11 years ago
  62. dea1f15 <rdar://problem/13339196> by Enrico Granata · 11 years ago
  63. 9dc61d4 <rdar://problem/13246939> by Enrico Granata · 11 years ago
  64. 133214f Add a way to dump a ClangASTType to stdout for debugging purposes. by Greg Clayton · 11 years ago
  65. f88bf3d Clean up logging a bit to not log when a command pipe is opened when “lldb object” logging is on. by Greg Clayton · 11 years ago
  66. 23fde4e Data formatters cleanup: by Enrico Granata · 11 years ago
  67. 7002d45 Don't crash when we have an element size of zero. by Greg Clayton · 11 years ago
  68. 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 · 11 years ago
  69. 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 · 11 years ago
  70. afee498 Fixed a typo. by Sean Callanan · 11 years ago
  71. b4fe227 <rdar://problem/13502196> by Greg Clayton · 11 years ago
  72. 2938217 <rdar://problem/13502196> by Greg Clayton · 11 years ago
  73. 731493d <rdar://problem/13221060> by Enrico Granata · 11 years ago
  74. 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 11 years ago
  75. c2676e8 <rdar://problem/13498879> by Greg Clayton · 11 years ago
  76. 8aab31c <rdar://problem/13404009> by Han Ming Ong · 11 years ago
  77. 0c074cb <rdar://problem/13365424> by Enrico Granata · 11 years ago
  78. 9fe380e Fixed a potential crash if layout for a structure by Sean Callanan · 11 years ago
  79. 42077d9 Set the correct byte size for complex integer (-fI) memory reads. by Jason Molenda · 11 years ago
  80. dcb6c43 And then again only compute the more expensive piece of data if need be :-) by Enrico Granata · 11 years ago
  81. 6aac844 Invert two condition checks to evaluate them in cheapest-to-more-expensive order by Enrico Granata · 11 years ago
  82. 60dd527 <rdar://problem/13315663> by Enrico Granata · 11 years ago
  83. 5365753 If there are multiple uses of an Objective-C by Sean Callanan · 11 years ago
  84. 986a750 Only get the script interpreter if we find scripting resources in the symbol file. This helps us avoid initializing python when it isn't needed. by Greg Clayton · 11 years ago
  85. 9eead7d Don't need to resolve the .o file path. by Greg Clayton · 11 years ago
  86. 2ac1c69 Fix a little fallout from the changes in r174757 where we would by Jason Molenda · 11 years ago
  87. 7b48427 Don't bother calling Reserve on the vector unless we have entries to be added. by Jason Molenda · 11 years ago
  88. 2d63ae1 Add a Reserve method to RangeVector and RangeDataVector. Have the by Jason Molenda · 11 years ago
  89. b6b7f3e Change the AppleObjCTrampolineHandler to always run all threads when resolving the target of an ObjC method call. by Jim Ingham · 11 years ago
  90. 825a96a Don't try to read the eh_frame section out of a dSYM. by Jason Molenda · 11 years ago
  91. 40960a7 Modified the way we report fields of records. by Sean Callanan · 11 years ago
  92. 1f31c24 If we stopped but no threads had a reason for stopping, we should tell the user about it rather than continuing. by Jim Ingham · 11 years ago
  93. 313f5bd Remove some commented out code. by Jim Ingham · 11 years ago
  94. d793839 Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo. by Jason Molenda · 11 years ago
  95. 4bc4078 Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. by Greg Clayton · 11 years ago
  96. c953b56 Change DWARFCallFrameInfo from using a vector of AddressRanges to by Jason Molenda · 11 years ago
  97. 3584d74 Add Linux support for reading/writing extended register sets. by Matt Kopec · 11 years ago
  98. 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 11 years ago
  99. 597c0de Update source/DataFormatters/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 11 years ago
  100. 84cd59b Update source/Expression/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 11 years ago