1. 36b15e2 Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts' by Jason Molenda · 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. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 11 years ago
  9. c85713d Revert code I didn't mean to check in. by Greg Clayton · 11 years ago
  10. e3125ac More support for version 4 of DWARF. by Greg Clayton · 11 years ago
  11. c5ee7c8 Playing around with making performance test cases run from within python. by Greg Clayton · 11 years ago
  12. 00af72e <rdar://problem/13384801> by Greg Clayton · 11 years ago
  13. edb83a5 Fix build. by Rafael Espindola · 11 years ago
  14. 3f8c606 <rdar://problem/13561911> by Greg Clayton · 11 years ago
  15. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago
  16. a93eb8b Improved reporting of faults on i386. by Sean Callanan · 11 years ago
  17. 4ee040c <rdar://problem/13516463> by Greg Clayton · 11 years ago
  18. 0247cf5 Fix bug in ProcessPOSIX::IsAlive() exposed by r178324 by Daniel Malea · 11 years ago
  19. 4e0557f Fixed a crash if the Objective-C runtime module by Sean Callanan · 11 years ago
  20. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 11 years ago
  21. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  22. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  23. d8f6b64 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 11 years ago
  24. 989c6f7 <rdar://problem/13412986> by Enrico Granata · 11 years ago
  25. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  26. 28bd2c8 test commit - modified a comment by Ashok Thirumurthi · 11 years ago
  27. 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
  28. b4fe227 <rdar://problem/13502196> by Greg Clayton · 11 years ago
  29. 2938217 <rdar://problem/13502196> by Greg Clayton · 11 years ago
  30. 9eead7d Don't need to resolve the .o file path. by Greg Clayton · 11 years ago
  31. b6b7f3e Change the AppleObjCTrampolineHandler to always run all threads when resolving the target of an ObjC method call. by Jim Ingham · 11 years ago
  32. 825a96a Don't try to read the eh_frame section out of a dSYM. by Jason Molenda · 11 years ago
  33. d793839 Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo. by Jason Molenda · 11 years ago
  34. 3584d74 Add Linux support for reading/writing extended register sets. by Matt Kopec · 11 years ago
  35. 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 11 years ago
  36. 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
  37. 4842d27 Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for. by Matt Kopec · 11 years ago
  38. 63c25ee Add ptrace extensions to query a register set. by Matt Kopec · 11 years ago
  39. a7cd95d Recommit lldb realtime output for POSIX. by Matt Kopec · 11 years ago
  40. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  41. 38cf9f7 Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert. by Matt Kopec · 11 years ago
  42. 8741df3 DoesBranch needs to compute the instruction if it isn't already done. by Jim Ingham · 11 years ago
  43. d93d69d Add a missing check for getting a NULL oso module back from GetModuleByCompUnitInfo. by Jim Ingham · 11 years ago
  44. d7d583f Add a missing call to GetFileRangeMap. It's absence was causing debug info from .o files to sometimes by Jim Ingham · 11 years ago
  45. e5bc8c1 Misc. clang build warning fixes. by Matt Kopec · 11 years ago
  46. e838134 Change Linux/POSIX to output inferior output in realtime. by Matt Kopec · 11 years ago
  47. 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
  48. d96df0a <rdar://problem/13372857> by Greg Clayton · 11 years ago
  49. 3019c8e Remove my print statements I was using for debugging. by Greg Clayton · 11 years ago
  50. ca97fbb <rdar://problem/13384282> by Greg Clayton · 11 years ago
  51. b8e0055 Fix a reversed test for "for_expression" in creating C++ exception breakpoints. by Jim Ingham · 11 years ago
  52. c2fe09b <rdar://problem/13361742> by Greg Clayton · 11 years ago
  53. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago
  54. 9ab14e1 Update PlatformDarwin to understand how armv7m / armv7em relate by Jason Molenda · 11 years ago
  55. be38b45 <rdar://problem/13374267> by Greg Clayton · 11 years ago
  56. 9c09181 <rdar://problem/13119621> by Greg Clayton · 11 years ago
  57. e2f06c3 Typeo in warning message. by Jason Molenda · 11 years ago
  58. a48b8eb <rdar://problem/13362109> by Greg Clayton · 11 years ago
  59. 9badb6c Remove some tabs and extraneous space chars from ObjectFileMachO.cpp. by Jason Molenda · 11 years ago
  60. 6bcabae Retrieve the dyld shared cache mapping offset from the shared cache instead of hardcoding the value. by Jason Molenda · 11 years ago
  61. 247bc3a Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 11 years ago
  62. d8d97f5 Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. by Greg Clayton · 11 years ago
  63. c905136 Disable JITed code in any processes that use DynamicLoaderStatic. by Greg Clayton · 11 years ago
  64. d5e48bd <rdar://problem/13341472> by Greg Clayton · 11 years ago
  65. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  66. 464a506 <rdar://problem/13338643> by Greg Clayton · 11 years ago
  67. cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 11 years ago
  68. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  69. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 11 years ago
  70. 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 11 years ago
  71. cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 11 years ago
  72. 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 11 years ago
  73. 0688435 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 11 years ago
  74. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  75. 6699c6e When starting a kernel debug session, if the user specified an executable by Jason Molenda · 11 years ago
  76. 17a0b56 <rdar://problem/13287629> by Greg Clayton · 11 years ago
  77. 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 11 years ago
  78. d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 11 years ago
  79. 363141f Removing leftover printf() statement by Enrico Granata · 11 years ago
  80. 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 11 years ago
  81. 436ca2c <rdar://problem/13289157> by Greg Clayton · 11 years ago
  82. a7e864c <rdar://problem/13265297> by Greg Clayton · 11 years ago
  83. 4a5dfcf Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 11 years ago
  84. 04ce77f <rdar://problem/13190981> by Greg Clayton · 11 years ago
  85. fe21d4f Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 11 years ago
  86. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 11 years ago
  87. 12f564b Handle the case where the runtime uses class_getMethodImplementation for both scalar and structure by Jim Ingham · 11 years ago
  88. 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 · 11 years ago
  89. d79d625 Fix a case where a kext module was being added to the Target twice. by Jason Molenda · 11 years ago
  90. 2c529b1 Change the order that the DarwinKernel DynamicLoader plugin uses by Jason Molenda · 11 years ago
  91. fcd9bf1 Experiment with printing a warning message when lldb is unable to by Jason Molenda · 11 years ago
  92. 0d31111 Always print the kernel UUID and load address if we are working with by Jason Molenda · 11 years ago
  93. 32a4528 Change the DarwinKernel DyanmicLoader to maintain a persist list by Jason Molenda · 11 years ago
  94. 52d8dd9 Rename [Enable|Disable]Breakpoint() to [Enable|Disable]BreakpointSite() in POSIX plugin by Daniel Malea · 11 years ago
  95. efb4aeb A little cleanup. {Disable/Enable}Breakpoint actually disables/enables BreakpointSites not breakpoints, it is confusing by Jim Ingham · 11 years ago
  96. 8e55f85 <rdar://problem/13218655> by Greg Clayton · 11 years ago
  97. d2f3b42 <rdar://problem/13064893> by Greg Clayton · 11 years ago
  98. 151e3be <rdar://problem/12693921> by Greg Clayton · 11 years ago
  99. 4b01c36 Add a test for handling a function call that throws an exception, and make it work. by Jim Ingham · 11 years ago
  100. 9bf4c4a A lot more cleanup on the AppleObjCRuntimeV2 class. by Greg Clayton · 11 years ago