1. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  2. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 11 years ago
  3. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 11 years ago
  4. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 11 years ago
  5. c123883 Ah, forgot to include the header file and project file changes in r178827. by Jason Molenda · 11 years ago
  6. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  7. 00af72e <rdar://problem/13384801> by Greg Clayton · 11 years ago
  8. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago
  9. 33d1098 <rdar://problem/13563403> by Enrico Granata · 11 years ago
  10. 1d4812c Allow partial matching for alias commands as well as regular commands. by Jim Ingham · 11 years ago
  11. d11d312 Fixed the way ClangASTImporter deports types from by Sean Callanan · 11 years ago
  12. f3c65b8 <rdar://problem/12022060> by Greg Clayton · 11 years ago
  13. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 11 years ago
  14. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  15. 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
  16. 23ed3ad The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid. by Jim Ingham · 11 years ago
  17. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  18. 1414aba Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 11 years ago
  19. 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
  20. 133214f Add a way to dump a ClangASTType to stdout for debugging purposes. by Greg Clayton · 11 years ago
  21. 23fde4e Data formatters cleanup: by Enrico Granata · 11 years ago
  22. 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
  23. 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 11 years ago
  24. 2d63ae1 Add a Reserve method to RangeVector and RangeDataVector. Have the by Jason Molenda · 11 years ago
  25. 40960a7 Modified the way we report fields of records. by Sean Callanan · 11 years ago
  26. d793839 Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo. by Jason Molenda · 11 years ago
  27. 4bc4078 Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. by Greg Clayton · 11 years ago
  28. c953b56 Change DWARFCallFrameInfo from using a vector of AddressRanges to by Jason Molenda · 11 years ago
  29. 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 11 years ago
  30. 8202fe2 Updated the IRExecutionUnit to keep local copies by Sean Callanan · 11 years ago
  31. cc5d274 The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python by Enrico Granata · 11 years ago
  32. cba09f6 This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters by Enrico Granata · 11 years ago
  33. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  34. 1cf3da8 Refactored the expression parser so that the IR by Sean Callanan · 11 years ago
  35. 5782dae C++ formatters for NSTimeZone and for CFBitVector by Enrico Granata · 11 years ago
  36. 3818e6a NS(Mutable)IndexSet formatter moves from Python to C++ by Enrico Granata · 11 years ago
  37. dc1df6b Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification by Enrico Granata · 11 years ago
  38. 1e911a0 <rdar://problem/13194155> by Greg Clayton · 11 years ago
  39. 280b30f Porting the Objective-C Class data type’s summary from Python to C++ by Enrico Granata · 11 years ago
  40. b70c6ef Moving CFBag and NSBundle summaries from Python to C++ by Enrico Granata · 11 years ago
  41. a01b0fa <rdar://problem/12537646> by Greg Clayton · 11 years ago
  42. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  43. b1f44b3 <rdar://problem/13404189> by Greg Clayton · 11 years ago
  44. 5e0e372 Add a target setting (target.use-fast-stepping) to control using the "run to next branch" stepping algorithm. by Jim Ingham · 11 years ago
  45. 3aaa2c2 The step by running from branch to branch pretty much works with this checkin (at least for x86_64) but is still by Jim Ingham · 11 years ago
  46. 8741df3 DoesBranch needs to compute the instruction if it isn't already done. by Jim Ingham · 11 years ago
  47. d5dc67a More cleanup, remove an untrue comment. by Jim Ingham · 11 years ago
  48. 19784bd Buildbot was failing to build. I guess classes declared in implementation files are treated differently on various compilers causing a "friend class Foo;" to fail for forward declared classes in global namespace. by Greg Clayton · 11 years ago
  49. d96df0a <rdar://problem/13372857> by Greg Clayton · 11 years ago
  50. 6741173 Added very lightweight, statically-allocated by Sean Callanan · 11 years ago
  51. be38b45 <rdar://problem/13374267> by Greg Clayton · 11 years ago
  52. 9c09181 <rdar://problem/13119621> by Greg Clayton · 11 years ago
  53. 2099b6a Add recognition of two more armv7 variants, armv7m and armv7em. by Jason Molenda · 11 years ago
  54. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  55. b4b4081 <rdar://problem/13184855> by Greg Clayton · 11 years ago
  56. 464a506 <rdar://problem/13338643> by Greg Clayton · 11 years ago
  57. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  58. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 11 years ago
  59. 6f0165b Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). by Greg Clayton · 11 years ago
  60. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  61. 436ca2c <rdar://problem/13289157> by Greg Clayton · 11 years ago
  62. a7e864c <rdar://problem/13265297> by Greg Clayton · 11 years ago
  63. e9a5a50 <rdar://problem/13265017> by Enrico Granata · 11 years ago
  64. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 11 years ago
  65. 6e612c3 Add some documentation on how HandleCommand work. by Jim Ingham · 11 years ago
  66. 63aef96 Fixing a potential crasher where a synthetic value could return itself as its static value by Enrico Granata · 11 years ago
  67. 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 · 11 years ago
  68. fa3a670 <rdar://problem/12529957> by Enrico Granata · 11 years ago
  69. 132c49a Added a host call to get the number of CPUs. It should work on all POSIX unixes, linux and Windows. by Greg Clayton · 11 years ago
  70. ea68753 NSSet formatter is now C++ code by Enrico Granata · 11 years ago
  71. 21120ec Added missing include. by Greg Clayton · 11 years ago
  72. efb4aeb A little cleanup. {Disable/Enable}Breakpoint actually disables/enables BreakpointSites not breakpoints, it is confusing by Jim Ingham · 11 years ago
  73. 8459ba9 Centralized the expression prefixes that are used for both expressions and utility functions. by Greg Clayton · 11 years ago
  74. ce490e3 <rdar://problem/13210494> by Greg Clayton · 11 years ago
  75. 79e9f96 Made LLDB build with the latest Clang. This meant by Sean Callanan · 11 years ago
  76. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  77. 940ca94 Fixed 2 more issues found by the address sanitizer: by Greg Clayton · 11 years ago
  78. 979c4b5 This checkin implements the data formatter for NSURL in C++ code by Enrico Granata · 11 years ago
  79. dcffc1a <rdar://problem/12898191> by Enrico Granata · 11 years ago
  80. 9c7108f Renaming SBValueList::get() to by Enrico Granata · 11 years ago
  81. ac66920 Correct logging for function calls that return SBValueList by Enrico Granata · 11 years ago
  82. 5c1700a <rdar://problem/13107151> by Enrico Granata · 11 years ago
  83. cbe61bd <rdar://problem/13159777> by Greg Clayton · 11 years ago
  84. 3cf7ab5 <rdar://problem/11109570> by Greg Clayton · 11 years ago
  85. 689696c <rdar://problem/12953018> by Enrico Granata · 11 years ago
  86. 2ddb2b8 <rdar://problem/13092722> by Greg Clayton · 12 years ago
  87. dbf2fb0 Modified the expression parser's class wrapper to by Sean Callanan · 12 years ago
  88. ad72e52 Allow the target to give out the size of the red zone for given ABIs. by Greg Clayton · 12 years ago
  89. be51f8a Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) by Jim Ingham · 12 years ago
  90. edf0f06 Remove debug code and commented out code that was left in. by Greg Clayton · 12 years ago
  91. f892c42 <rdar://problem/9141269> by Greg Clayton · 12 years ago
  92. 4968ad8 <rdar://problem/12552374> by Enrico Granata · 12 years ago
  93. 4ad0490 <rdar://problem/12890171> by Enrico Granata · 12 years ago
  94. f509c5e <rdar://problem/12978143> by Enrico Granata · 12 years ago
  95. 090f831 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 12 years ago
  96. 36da2aa <rdar://problem/13069948> by Greg Clayton · 12 years ago
  97. 1a469c7 <rdar://problem/12711206> by Enrico Granata · 12 years ago
  98. f2b676f Replacing a "no clue why" comment with the explanation it was demanding by Enrico Granata · 12 years ago
  99. 4535891 <rdar://problem/12437929> by Enrico Granata · 12 years ago
  100. 52ebc0a <rdar://problem/13010007> by Greg Clayton · 12 years ago